Contents - Events - Properties
Base class for all edit components.
Description
TFCustomEdit is base class for all components, that will generate an edit area in the HTML document.Do not create instance of TFCustomEdit .
Contents - TFRCustomEdit - Properties
OnGetDisabled
Delphi declarationOnGetName
property OnGetDisabled;
C++ declaration
__property OnGetDisabled
Delphi declarationOnGetReadOnly
property OnGetName;
C++ declaration
__property OnGetName
Delphi declarationOnGetValue
property OnGetReadOnly;
C++ declaration
__property OnGetReadOnly
Delphi declaration
property OnGetValue;
C++ declaration
__property OnGetValue
Contents - TFRCustomEdit - Events
AutoName
Delphi declarationDataSource
property AutoName;
C++ declaration
__property AutoName
Delphi declarationFieldName
property DataSource;
C++ declaration
__property DataSource
Delphi declarationHSize
property FieldName;
C++ declaration
__property FieldName
HTextDelphi declaration
property HSize: Integer read FHSize write SetHSize;
C++ declaration
__property int HSize={ read=FHSize, write=SetHSize, nodefault }
Description
Width of t he edit control in the HTML document.
ReadOnlyDelphi declaration
property HText: AnsiString read GetHText write SetHText;
C++ declaration
__property System::AnsiString HText={ read=GetHText, write=SetHText, nodefault }
Description
Inital value of t he text in t he Edit control.
Delphi declaration
property ReadOnly;
C++ declaration
__property ReadOnly