TFRFormContents - Events - Properties
FORM element in HTML document.
Description
Use TFRForm to insert FORM element into your HTML document.Forms are used to send data from t he client to server.
Use TFRForm as a container for all components, derived from TFRInput .
Contents - TFRForm - Properties
OnGetAction
Delphi declarationOnGetHREFTarget
property OnGetAction: TFRGetStrValue read FOnGetAction write FOnGetAction;
C++ declaration
__property TFRGetStrValue OnGetAction={ read=FOnGetAction, write=FOnGetAction }
Description
OnGetAction event is used to get form action at runtime.
OnGetNameDelphi declaration
property OnGetHREFTarget: TFRGetStrValue read FOnGetHREFTarget write FOnGetHREFTarget;
C++ declaration
__property TFRGetStrValue OnGetHREFTarget={ read=FOnGetHREFTarget, write=FOnGetHREFTarget }
Description
Use OnGetHREFTarget event to give value to HREF_TARGET at runtime.
Delphi declarationOnGetONRESET
property OnGetName;
C++ declaration
__property OnGetName
Delphi declarationOnGetONSUBMIT
property OnGetONRESET: TFRGetEvent read FOnGetONRESET write FOnGetONRESET;
C++ declaration
__property TFRGetEvent OnGetONRESET={ read=FOnGetONRESET, write=FOnGetONRESET }
Description
OnGetONRESET event is used to get value for ONRESET HTML event.
Delphi declaration
property OnGetONSUBMIT: TFRGetEvent read FOnGetONSUBMIT write FOnGetONSUBMIT;
C++ declaration
__property TFRGetEvent OnGetONSUBMIT={ read=FOnGetONSUBMIT, write=FOnGetONSUBMIT }
Description
OnGetONSUBMIT event is used to get value for ONSUBMIT HTML event.
Action
FormMethodDelphi declaration
property Action: AnsiString read FAction write FAction;
C++ declaration
__property System::AnsiString Action={ read=FAction, write=FAction, nodefault }
Description
URL to submit your form.You can use tags inside t he Action property, to set part of URL, such as SERVER_NAME or SCRIPT_NAME, at runtime. See Tags, file names, paths,server variables and configuration parameters. for more information.
HREF_TARGETDelphi declaration
property FormMethod: TFRFormMethod read FFormMethod write FFormMethod;
C++ declaration
__property TFRFormMethod FormMethod={ read=FFormMethod, write=FFormMethod, nodefault }
Description
Use FormMethod to choose what method will be used to submit data on form.
ONRESETDelphi declaration
property HREF_TARGET: AnsiString read GetTARGET write FRefTarget;
C++ declaration
__property System::AnsiString HREF_TARGET={ read=GetTARGET, write=FRefTarget, nodefault }
Description
HREF_TARGET specifies t he window where HREF will be opened.By default, HREF will be opened in the same window where the HREF link is defined.
ONSUBMITDelphi declaration
property ONRESET: AnsiString read FONRESET write FONRESET;
C++ declaration
__property System::AnsiString ONRESET={ read=FONRESET, write=FONRESET, nodefault }
Description
Use ONRESETproperty to set ONRESET HTML event at designtime.
StyleDelphi declaration
property ONSUBMIT: AnsiString read FONSUBMIT write FONSUBMIT;
C++ declaration
__property System::AnsiString ONSUBMIT={ read=FONSUBMIT, write=FONSUBMIT, nodefault }
Description
Use ONSUBMIT property to set ONSUBMIT HTML event at designtime.
Delphi declaration
property Style;
C++ declaration
__property Style