| | Name | Type | Description |
| |
AccessKey |
string |
the access key of the control. (inherited from TWebControl) |
| |
Adapter |
TControlAdapter |
control adapter. (inherited from TControl) |
| R |
AllowChildControls |
boolean |
whether body contents are allowed for this control. (inherited from TControl) |
| R |
Application |
TApplication |
current application instance. (inherited from TApplicationComponent) |
| R |
Attributes |
TAttributeCollection |
Returns the list of custom attributes. (inherited from TControl) |
| |
AutoCompleteType |
TTextBoxAutoCompleteType |
the AutoComplete type of the textbox. (inherited from TTextBox) |
| |
AutoPostBack |
boolean |
whether change of the content should cause postback. |
| |
AutoTrim |
boolean |
a value indicating whether the input text should be trimmed spaces. (inherited from TTextBox) |
| R |
AvailablePlugins |
array |
Returns a list of plugins to be loaded. |
| R |
AvailableThemes |
array |
list of available themese. |
| |
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 text box will cause input validation, default is true. (inherited from TTextBox) |
| 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. |
| R |
ClientID |
string |
Returns the client ID of the control. (inherited from TControl) |
| |
Columns |
integer |
the display width of the text box in characters, default is 0 meaning not set. (inherited from TTextBox) |
| 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) |
| |
Culture |
string |
Gets the current culture. |
| |
CustomData |
mixed |
Returns custom data associated with this control. (inherited from TControl) |
| |
CustomPluginPath |
string |
path to custom plugins to be copied. |
| |
Data |
string |
Returns the text content of the TTextBox control. (inherited from TTextBox) |
| R |
DataChanged |
boolean |
Returns a value indicating whether postback has caused the control data change. (inherited from TTextBox) |
| |
Display |
TDisplayStyle |
display style of the control, default is TDisplayStyle::Fixed. (inherited from TWebControl) |
| RP |
EditorOptions |
array |
Default editor options gives basic tool bar only. |
| |
EnableClientScript |
boolean |
whether to render javascript. (inherited from TTextBox) |
| |
EnableCompression |
boolean |
enable compression of the javascript files, default is true. |
| |
EnableTheming |
boolean |
whether theming is enabled for this control. (inherited from TControl) |
| |
EnableViewState |
boolean |
whether viewstate is enabled. (inherited from TControl) |
| |
EnableVisualEdit |
boolean |
whether to show WYSIWYG text editor. |
| |
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 |
HasInitialized |
boolean |
true if the onInit event has raised. (inherited from TControl) |
| 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 |
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) |
| |
IsValid |
bool |
Returns true if this control validated successfully. (inherited from TTextBox) |
| |
MaxLength |
integer |
the maximum number of characters allowed in the text box, default is 0 meaning not set. (inherited from TTextBox) |
| R |
NamingContainer |
TControl |
the naming container of this control. (inherited from TControl) |
| |
Options |
string |
Gets the list of options for the WYSIWYG (TinyMCE) editor . |
| |
Page |
TPage |
the page that contains this control. (inherited from TControl) |
| R |
Parent |
TControl |
the parent of this control. (inherited from TControl) |
| |
PersistPassword |
boolean |
whether password should be displayed in the textbox during postback. (inherited from TTextBox) |
| RP |
PostBackOptions |
array |
Gets the post back options for this textbox. (inherited from TTextBox) |
| |
ReadOnly |
boolean |
whether the textbox is read only, default is false. (inherited from TTextBox) |
| R |
Request |
THttpRequest |
the current user request. (inherited from TApplicationComponent) |
| R |
Response |
THttpResponse |
the response. (inherited from TApplicationComponent) |
| |
Rows |
integer |
the number of rows displayed in a multiline text box, default is 4. (inherited from TTextBox) |
| R |
SafeText |
string |
safe text content with javascript stripped off. (inherited from TTextBox) |
| RP |
SafeTextParser |
mixed |
safe text parser. (inherited from TTextBox) |
| RP |
ScriptDeploymentPath |
string |
Gets the editor script base URL by publishing the tarred source via TTarAssetManager. |
| RP |
ScriptUrl |
string |
editor script URL. |
| 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) |
| |
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 textbox. (inherited from TTextBox) |
| |
TemplateControl |
TTemplateControl |
the control whose template contains this control. (inherited from TControl) |
| |
Text |
string |
the text content of the TTextBox control. (inherited from TTextBox) |
| |
TextMode |
string |
Overrides the parent implementation. |
| |
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) |
| |
ValidationGroup |
string |
the group of validators which the text box causes validation upon postback. (inherited from TTextBox) |
| R |
ValidationPropertyValue |
mixed |
Returns the value to be validated. (inherited from TTextBox) |
| |
Visible |
boolean |
Checks if a control is visible. (inherited from TControl) |
| |
Width |
string |
the width of the control. (inherited from TWebControl) |
| |
Wrap |
boolean |
whether the text content wraps within a multiline text box. (inherited from TTextBox) |