Class tformlink
Unit
Declaration
type tformlink = class(tcustommodulelink)
Description
No description available, ancestor tcustommodulelink description follows
No description available, ancestor tifiiolinkcomponent description follows
No description available, ancestor tmsecomponent description follows
Hierarchy
- TObject
- TPersistent
- tcomponent
- tmsecomponent
- tifiiolinkcomponent
- tcustommodulelink
- tformlink
Overview
Methods
![]() |
function widgetcommandreceived(const atag: integer; const aname: string; const acommand: ifiwidgetcommandty): boolean; |
![]() |
function widgetpropertiesreceived(const atag: integer; const aname: string; const adata: pifibytesty): boolean; |
![]() |
function processdataitem(const adata: pifirecty; var adatapo: pchar; const atag: integer; const aname: string): boolean; override; |
![]() |
procedure valuechanged(const sender: iificlient); override; |
![]() |
procedure statechanged(const sender: iificlient; const astate: ifiwidgetstatesty); override; |
![]() |
procedure sendmodalresult(const sender: iificlient; const amodalresult: modalresultty); override; |
![]() |
constructor create(aowner: tcomponent); override; |
![]() |
destructor destroy; override; |
Properties
![]() |
property valuewidgets: tvaluewidgetlinks read getvaluewidgets
write setvaluewidgets; |
![]() |
property valuecomponents; |
![]() |
property linkname; |
![]() |
property actionsrx; |
![]() |
property actionstx; |
![]() |
property modulesrx; |
![]() |
property modulestx; |
![]() |
property channel; |
![]() |
property options; |
Description
Methods
![]() |
function widgetcommandreceived(const atag: integer; const aname: string; const acommand: ifiwidgetcommandty): boolean; |
![]() |
function widgetpropertiesreceived(const atag: integer; const aname: string; const adata: pifibytesty): boolean; |
![]() |
function processdataitem(const adata: pifirecty; var adatapo: pchar; const atag: integer; const aname: string): boolean; override; |
![]() |
procedure valuechanged(const sender: iificlient); override; |
![]() |
procedure statechanged(const sender: iificlient; const astate: ifiwidgetstatesty); override; |
![]() |
procedure sendmodalresult(const sender: iificlient; const amodalresult: modalresultty); override; |
![]() |
constructor create(aowner: tcomponent); override; |
![]() |
destructor destroy; override; |
Properties
![]() |
property valuewidgets: tvaluewidgetlinks read getvaluewidgets
write setvaluewidgets; |
![]() |
property valuecomponents; |
![]() |
property linkname; |
![]() |
property actionsrx; |
![]() |
property actionstx; |
![]() |
property modulesrx; |
![]() |
property modulestx; |
![]() |
property channel; |
![]() |
property options; |
Generated by PasDoc 0.16.0.


