TFRHiddenContents - Events - Properties
Description
Use TFRHidden to insert HIDDEN type input into your HTML document.HIDDEN input is used to send out some data to t he client that will be useful when t he client submits t he next request, such as report generation parameters.
Contents - TFRHidden - Properties
OnGetName
Delphi declarationOnGetValue
property OnGetName;
C++ declaration
__property OnGetName
Delphi declaration
property OnGetValue;
C++ declaration
__property OnGetValue
AutoName
Delphi declarationDataSource
property AutoName;
C++ declaration
__property AutoName
Delphi declarationFieldName
property DataSource;
C++ declaration
__property DataSource
Delphi declarationValue
property FieldName;
C++ declaration
__property FieldName
Delphi declaration
property Value: AnsiString read FValue write FValue;
C++ declaration
__property System::AnsiString Value={ read=FValue, write=FValue, nodefault }
Description
Value that will be sent out in HIDDEN input.