Contents - Events - Properties
Description
TFRVisible is base c l a ss for all FR components that represent a visible HTML element.Do not create instance of TFRVisible.
Contents - TFRVisible - Properties
OnGetHREF
OnGetHREFTargetDelphi declaration
property OnGetHREF: TFRGetStrValue read FOnGetHREF write FOnGetHREF;
C++ declaration
__property TFRGetStrValue OnGetHREF={ read=FOnGetHREF, write=FOnGetHREF }
Description
Use OnGetHREF event to give value to HREF at runtime.
OnGetONCLICKDelphi 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 declarationOnGetONDBLCLICK
property OnGetONCLICK;
C++ declaration
__property OnGetONCLICK
Delphi declarationOnGetONKEYDOWN
property OnGetONDBLCLICK;
C++ declaration
__property OnGetONDBLCLICK
Delphi declarationOnGetONKEYPRESS
property OnGetONKEYDOWN;
C++ declaration
__property OnGetONKEYDOWN
Delphi declarationOnGetONKEYUP
property OnGetONKEYPRESS;
C++ declaration
__property OnGetONKEYPRESS
Delphi declarationOnGetONMOUSEDOWN
property OnGetONKEYUP;
C++ declaration
__property OnGetONKEYUP
Delphi declarationOnGetONMOUSEMOVE
property OnGetONMOUSEDOWN;
C++ declaration
__property OnGetONMOUSEDOWN
Delphi declarationOnGetONMOUSEOUT
property OnGetONMOUSEMOVE;
C++ declaration
__property OnGetONMOUSEMOVE
Delphi declarationOnGetONMOUSEOVER
property OnGetONMOUSEOUT;
C++ declaration
__property OnGetONMOUSEOUT
Delphi declarationOnGetONMOUSEUP
property OnGetONMOUSEOVER;
C++ declaration
__property OnGetONMOUSEOVER
Delphi declaration
property OnGetONMOUSEUP;
C++ declaration
__property OnGetONMOUSEUP
Contents - TFRVisible - Events
ActionDataSource
Delphi declarationFRDAction
property ActionDataSource;
C++ declaration
__property ActionDataSource
Delphi declarationHREF
property FRDAction;
C++ declaration
__property FRDAction
HREF_TARGETDelphi declaration
property HREF: AnsiString read GetHREF write SetHREF;
C++ declaration
__property System::AnsiString HREF={ read=GetHREF, write=SetHREF, nodefault }
Description
Use HREF property to set HTML HREF. HREF is t he link where t he browser will go when t he user clicks on the HTML element.For example , HREF="www.someplace.com" will redirect your b rowser to www.someplace.com website.
HREF="mailto:some.person@someplace.com" will invoke default e-mail programm e to sen d mail .
HREF="javascript:MyFun(1,'oops')" will execute javascript function MyFun with parameters 1 and oops.
ONCLICKDelphi 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.
Delphi declarationONDBLCLICK
property ONCLICK;
C++ declaration
__property ONCLICK
Delphi declarationONKEYDOWN
property ONDBLCLICK;
C++ declaration
__property ONDBLCLICK
Delphi declarationONKEYPRESS
property ONKEYDOWN;
C++ declaration
__property ONKEYDOWN
Delphi declarationONKEYUP
property ONKEYPRESS;
C++ declaration
__property ONKEYPRESS
Delphi declarationONMOUSEDOWN
property ONKEYUP;
C++ declaration
__property ONKEYUP
Delphi declarationONMOUSEMOVE
property ONMOUSEDOWN;
C++ declaration
__property ONMOUSEDOWN
Delphi declarationONMOUSEOUT
property ONMOUSEMOVE;
C++ declaration
__property ONMOUSEMOVE
Delphi declarationONMOUSEOVER
property ONMOUSEOUT;
C++ declaration
__property ONMOUSEOUT
Delphi declarationONMOUSEUP
property ONMOUSEOVER;
C++ declaration
__property ONMOUSEOVER
Delphi declaration
property ONMOUSEUP;
C++ declaration
__property ONMOUSEUP