| | Name | Type | Description |
| |
AccessKey |
string |
the access key of the control. (inherited from TWebControl) |
| R |
ActiveControl |
TBaseActiveCallbackControl |
standard callback control options. |
| |
Adapter |
TControlAdapter |
control adapter. (inherited from TControl) |
| R |
AllowChildControls |
boolean |
whether body contents are allowed for this control. (inherited from TControl) |
| |
AllowCustomPaging |
boolean |
whether the custom paging is enabled. (inherited from TDataBoundControl) |
| |
AllowPaging |
boolean |
whether paging is enabled. (inherited from TDataBoundControl) |
| |
AppendDataBoundItems |
boolean |
whether performing databind should append items or clear the existing ones. (inherited from TListControl) |
| R |
Application |
TApplication |
current application instance. (inherited from TApplicationComponent) |
| R |
Attributes |
TAttributeCollection |
Returns the list of custom attributes. (inherited from TControl) |
| |
AutoPostBack |
boolean |
a value indicating whether an automatic postback to the server will occur whenever the user makes change to the list control and then tabs out of it. (inherited from TListControl) |
| |
BackColor |
string |
the background color of the control. (inherited from TWebControl) |
| |
BorderColor |
string |
the border color of the control. (inherited from TWebControl) |
| |
BorderStyle |
string |
the border style of the control. (inherited from TWebControl) |
| |
BorderWidth |
string |
the border width of the control. (inherited from TWebControl) |
| |
CausesValidation |
boolean |
whether postback event trigger by this list control will cause input validation, default is true. (inherited from TListControl) |
| |
CellPadding |
integer |
the cellpadding for the table keeping the checkbox list. (inherited from TCheckBoxList) |
| |
CellSpacing |
integer |
the cellspacing for the table keeping the checkbox list. (inherited from TCheckBoxList) |
| P |
ChildControlsCreated |
boolean |
whether child controls have been created. (inherited from TControl) |
| RP |
ClientClassName |
string |
Gets the name of the javascript class responsible for performing postback for this control. (inherited from TCheckBoxList) |
| R |
ClientID |
string |
Returns the client ID of the control. (inherited from TControl) |
| R |
ClientSide |
TCallbackClientSide |
client side request options. |
| P |
ControlStage |
integer |
Gets the lifecycle step the control is currently at. (inherited from TControl) |
| R |
Controls |
TControlCollection |
the child control collection. (inherited from TControl) |
| |
CssClass |
string |
the css class of the control. (inherited from TWebControl) |
| |
CurrentPageIndex |
integer |
the zero-based index of the current page. (inherited from TDataBoundControl) |
| |
CustomData |
mixed |
Returns custom data associated with this control. (inherited from TControl) |
| |
Data |
string |
Returns the value of the selected item with the lowest cardinal index. (inherited from TListControl) |
| R |
DataChanged |
boolean |
Returns a value indicating whether postback has caused the control data change. (inherited from TCheckBoxList) |
| |
DataGroupField |
string |
the field of the data source that provides the label of the list item groups. (inherited from TListControl) |
| |
DataMember |
{unknown} |
. (inherited from TDataBoundControl) |
| |
DataSource |
Traversable |
data source object, defaults to null. (inherited from TDataBoundControl) |
| |
DataSourceID |
string |
ID path to the data source control. (inherited from TDataBoundControl) |
| RP |
DataSourceView |
{unknown} |
. (inherited from TDataBoundControl) |
| |
DataTextField |
string |
the field of the data source that provides the text content of the list items. (inherited from TListControl) |
| |
DataTextFormatString |
string |
the formatting string used to control how data bound to the list control is displayed. (inherited from TListControl) |
| |
DataValueField |
string |
the field of the data source that provides the value of each list item. (inherited from TListControl) |
| |
Display |
TDisplayStyle |
display style of the control, default is TDisplayStyle::Fixed. (inherited from TWebControl) |
| |
EnableClientScript |
boolean |
whether to render javascript. (inherited from TListControl) |
| |
EnableTheming |
boolean |
whether theming is enabled for this control. (inherited from TControl) |
| |
EnableViewState |
boolean |
whether viewstate is enabled. (inherited from TControl) |
| |
Enabled |
boolean |
Returns a value indicating whether the control is enabled. (inherited from TControl) |
| R |
Font |
TFont |
the font of the control. (inherited from TWebControl) |
| |
ForeColor |
string |
the foreground color of the control. (inherited from TWebControl) |
| R |
HasAdapter |
boolean |
whether there is an adapter for this control. (inherited from TControl) |
| R |
HasAttributes |
boolean |
whether the control has custom attributes. (inherited from TControl) |
| R |
HasChildInitialized |
boolean |
true if the child control has been initialized. (inherited from TControl) |
| R |
HasControls |
boolean |
whether the control has child controls. (inherited from TControl) |
| R |
HasFooter |
boolean |
Returns a value indicating whether this control contains footer item. (inherited from TCheckBoxList) |
| R |
HasHeader |
boolean |
Returns a value indicating whether this control contains header item. (inherited from TCheckBoxList) |
| R |
HasInitialized |
boolean |
true if the onInit event has raised. (inherited from TControl) |
| R |
HasItems |
boolean |
whether the list control contains any items. (inherited from TListControl) |
| R |
HasLoaded |
boolean |
true if the onLoad event has raised. (inherited from TControl) |
| R |
HasLoadedPostData |
boolean |
true if the control has loaded post data. (inherited from TControl) |
| R |
HasPreRendered |
boolean |
true if onPreRender event has raised. (inherited from TControl) |
| R |
HasSeparators |
boolean |
Returns a value indicating whether this control contains separator items. (inherited from TCheckBoxList) |
| R |
HasStyle |
boolean |
whether the control has defined any style information. (inherited from TWebControl) |
| |
Height |
string |
the height of the control. (inherited from TWebControl) |
| |
ID |
string |
Returns the id of the control. (inherited from TControl) |
| P |
Initialized |
boolean |
whether the databound control has been initialized. (inherited from TDataBoundControl) |
| P |
IsDataBound |
boolean |
whether databind has been invoked in the previous page request. (inherited from TDataBoundControl) |
| RP |
IsMultiSelect |
boolean |
whether this control supports multiple selection. (inherited from TCheckBoxList) |
| |
IsValid |
bool |
Returns true if this control validated successfully. (inherited from TCheckBoxList) |
| R |
ItemCount |
integer |
the number of items in the list control. (inherited from TListControl) |
| R |
Items |
TListItemCollection |
the item collection. (inherited from TListControl) |
| R |
NamingContainer |
TControl |
the naming container of this control. (inherited from TControl) |
| |
Page |
TPage |
the page that contains this control. (inherited from TControl) |
| R |
PageCount |
integer |
number of pages of data items available. (inherited from TDataBoundControl) |
| |
PageSize |
integer |
the number of data items on each page. (inherited from TDataBoundControl) |
| R |
Parent |
TControl |
the parent of this control. (inherited from TControl) |
| RP |
PostBackOptions |
array |
Gets the post back options for this checkbox. (inherited from TCheckBoxList) |
| |
PromptText |
string |
the prompt text which is to be displayed as the first list item. (inherited from TListControl) |
| |
PromptValue |
string |
the prompt selection value. (inherited from TListControl) |
| |
RepeatColumns |
integer |
the number of columns that the list should be displayed with. (inherited from TCheckBoxList) |
| |
RepeatDirection |
string |
the direction of traversing the list, defaults to 'Vertical'. (inherited from TCheckBoxList) |
| RP |
RepeatInfo |
TRepeatInfo |
repeat information (primarily used by control developers). (inherited from TCheckBoxList) |
| |
RepeatLayout |
string |
how the list should be displayed, using table or using line breaks. (inherited from TCheckBoxList) |
| R |
Request |
THttpRequest |
the current user request. (inherited from TApplicationComponent) |
| P |
RequiresDataBinding |
boolean |
whether a databind call is required (by the data bound control). (inherited from TDataBoundControl) |
| R |
Response |
THttpResponse |
the response. (inherited from TApplicationComponent) |
| R |
SelectParameters |
{unknown} |
. (inherited from TDataBoundControl) |
| |
SelectedIndex |
integer |
the index (zero-based) of the item being selected, -1 if no item is selected. (inherited from TListControl) |
| |
SelectedIndices |
array |
list of index of items that are selected. (inherited from TListControl) |
| R |
SelectedItem |
TListItem|null |
the selected item with the lowest cardinal index, null if no item is selected. (inherited from TListControl) |
| |
SelectedValue |
string |
the value of the selected item with the lowest cardinal index, empty if no selection. (inherited from TListControl) |
| |
SelectedValues |
array |
list of the selected item values (strings). (inherited from TListControl) |
| R |
Service |
IService |
the current service. (inherited from TApplicationComponent) |
| R |
Session |
THttpSession |
user session. (inherited from TApplicationComponent) |
| |
SkinID |
string |
the skin ID of this control, '' if not set. (inherited from TControl) |
| R |
SourceTemplateControl |
TTemplateControl |
the control whose template is loaded from some external storage, such as file, db, and whose template ultimately contains this control. (inherited from TControl) |
| RP |
SpanNeeded |
boolean |
Wether the list should be rendered inside a span or not . (inherited from TCheckBoxList) |
| |
Style |
TStyle |
the object representing the css style of the control. (inherited from TWebControl) |
| |
TabIndex |
integer |
the tab index of the control. (inherited from TWebControl) |
| RP |
TagName |
string |
tag name of the list control. (inherited from TListControl) |
| |
TemplateControl |
TTemplateControl |
the control whose template contains this control. (inherited from TControl) |
| |
Text |
string |
selected value. (inherited from TListControl) |
| |
TextAlign |
TTextAlign |
the alignment of the text caption, defaults to TTextAlign::Right. (inherited from TCheckBoxList) |
| |
ToolTip |
string |
the tooltip of the control. (inherited from TWebControl) |
| R |
UniqueID |
string |
Returns a unique ID that identifies the control in the page hierarchy. (inherited from TControl) |
| R |
User |
IUser |
information about the current user. (inherited from TApplicationComponent) |
| RP |
UsingDataSourceID |
boolean |
if the databound control uses the data source specified by setDataSourceID, or it uses the data source object specified by setDataSource. (inherited from TDataBoundControl) |
| |
ValidationGroup |
string |
the group of validators which the list control causes validation upon postback. (inherited from TListControl) |
| R |
ValidationPropertyValue |
mixed |
Returns the value to be validated. (inherited from TCheckBoxList) |
| |
VirtualItemCount |
integer |
virtual number of data items in the data source. (inherited from TDataBoundControl) |
| |
Visible |
boolean |
Checks if a control is visible. (inherited from TControl) |
| |
Width |
string |
the width of the control. (inherited from TWebControl) |