Class tvaluelink
Unit
Declaration
type tvaluelink = class(tmodulelinkprop)
Description
No description available, ancestor tmodulelinkprop description follows
No description available, ancestor townedeventpersistent description follows
No description available, ancestor tlinkedpersistent description follows
No description available, ancestor tnullinterfacedpersistent description follows
No description available, ancestor tvirtualpersistent description follows
Hierarchy
- TObject
- tpersistent
- tvirtualpersistent
- tnullinterfacedpersistent
- tlinkedpersistent
- townedeventpersistent
- tmodulelinkprop
- tvaluelink
Overview
Methods
procedure setdata(const adata: pifidataty; const aname: ansistring); virtual; |
|
procedure initpropertyrecord(out arec: string; const apropertyname: string; const akind: ifidatakindty; const datasize: integer; out datapo: pchar); |
|
procedure sendvalue(const aname: string; const avalue: int64); overload; |
|
procedure sendvalue(const aname: string; const avalue: double); overload; |
|
procedure sendvalue(const aname: string; const avalue: msestring); overload; |
|
procedure sendvalue(const aname: string; const avalue: ansistring); overload; |
|
procedure sendcommand(const acommand: ifiwidgetcommandty); |
|
procedure sendproperty(const aname: string; const avalue: boolean); overload; |
|
procedure sendproperty(const aname: string; const avalue: integer); overload; |
|
procedure sendproperty(const aname: string; const avalue: colorty); overload; |
|
procedure sendproperty(const aname: string; const avalue: int64); overload; |
|
procedure sendproperty(const aname: string; const avalue: string); overload; |
|
procedure sendproperty(const aname: string; const avalue: msestring); overload; |
|
procedure sendproperty(const aname: string; const avalue: realty); overload; |
|
procedure sendproperty(const aname: string; const avalue: currency); overload; |
Properties
property asinteger: integer read getasinteger write setasinteger; |
|
property aslargeint: int64 read getaslargeint write setaslargeint; |
|
property asfloat: double read getasfloat write setasfloat; |
|
property asmsestring: msestring read getasmsestring write setasmsestring; |
|
property asstring: string read getasansistring write setasansistring; |
|
property enabled: boolean write setenabled; |
|
property visible: boolean write setvisible; |
|
property onpropertychanged: propertychangedeventty read fonpropertychanged
write fonpropertychanged; |
|
property onwidgetstatechanged: widgetstatechangedeventty
read fonwidgetstatechanged write fonwidgetstatechanged; |
|
property onmodalresult: modalresulteventty read fonmodalresult
write fonmodalresult; |
Description
Methods
procedure setdata(const adata: pifidataty; const aname: ansistring); virtual; |
|
procedure initpropertyrecord(out arec: string; const apropertyname: string; const akind: ifidatakindty; const datasize: integer; out datapo: pchar); |
|
procedure sendvalue(const aname: string; const avalue: int64); overload; |
|
procedure sendvalue(const aname: string; const avalue: double); overload; |
|
procedure sendvalue(const aname: string; const avalue: msestring); overload; |
|
procedure sendvalue(const aname: string; const avalue: ansistring); overload; |
|
procedure sendcommand(const acommand: ifiwidgetcommandty); |
|
procedure sendproperty(const aname: string; const avalue: boolean); overload; |
|
procedure sendproperty(const aname: string; const avalue: integer); overload; |
|
procedure sendproperty(const aname: string; const avalue: colorty); overload; |
|
procedure sendproperty(const aname: string; const avalue: int64); overload; |
|
procedure sendproperty(const aname: string; const avalue: string); overload; |
|
procedure sendproperty(const aname: string; const avalue: msestring); overload; |
|
procedure sendproperty(const aname: string; const avalue: realty); overload; |
|
procedure sendproperty(const aname: string; const avalue: currency); overload; |
|
Properties
property asinteger: integer read getasinteger write setasinteger; |
|
property aslargeint: int64 read getaslargeint write setaslargeint; |
|
property asfloat: double read getasfloat write setasfloat; |
|
property asmsestring: msestring read getasmsestring write setasmsestring; |
|
property asstring: string read getasansistring write setasansistring; |
|
property enabled: boolean write setenabled; |
|
property visible: boolean write setvisible; |
|
property onpropertychanged: propertychangedeventty read fonpropertychanged
write fonpropertychanged; |
|
property onwidgetstatechanged: widgetstatechangedeventty
read fonwidgetstatechanged write fonwidgetstatechanged; |
|
property onmodalresult: modalresulteventty read fonmodalresult
write fonmodalresult; |
|
Generated by PasDoc 0.16.0.