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

Overview

Methods

Protected procedure setdata(const adata: pifidataty; const aname: ansistring); virtual;
Protected procedure initpropertyrecord(out arec: string; const apropertyname: string; const akind: ifidatakindty; const datasize: integer; out datapo: pchar);
Protected procedure sendvalue(const aname: string; const avalue: int64); overload;
Protected procedure sendvalue(const aname: string; const avalue: double); overload;
Protected procedure sendvalue(const aname: string; const avalue: msestring); overload;
Protected procedure sendvalue(const aname: string; const avalue: ansistring); overload;
Protected procedure sendcommand(const acommand: ifiwidgetcommandty);
Public procedure sendproperty(const aname: string; const avalue: boolean); overload;
Public procedure sendproperty(const aname: string; const avalue: integer); overload;
Public procedure sendproperty(const aname: string; const avalue: colorty); overload;
Public procedure sendproperty(const aname: string; const avalue: int64); overload;
Public procedure sendproperty(const aname: string; const avalue: string); overload;
Public procedure sendproperty(const aname: string; const avalue: msestring); overload;
Public procedure sendproperty(const aname: string; const avalue: realty); overload;
Public procedure sendproperty(const aname: string; const avalue: currency); overload;

Properties

Public property asinteger: integer read getasinteger write setasinteger;
Public property aslargeint: int64 read getaslargeint write setaslargeint;
Public property asfloat: double read getasfloat write setasfloat;
Public property asmsestring: msestring read getasmsestring write setasmsestring;
Public property asstring: string read getasansistring write setasansistring;
Public property enabled: boolean write setenabled;
Public property visible: boolean write setvisible;
Published property onpropertychanged: propertychangedeventty read fonpropertychanged write fonpropertychanged;
Published property onwidgetstatechanged: widgetstatechangedeventty read fonwidgetstatechanged write fonwidgetstatechanged;
Published property onmodalresult: modalresulteventty read fonmodalresult write fonmodalresult;

Description

Methods

Protected procedure setdata(const adata: pifidataty; const aname: ansistring); virtual;
 
Protected procedure initpropertyrecord(out arec: string; const apropertyname: string; const akind: ifidatakindty; const datasize: integer; out datapo: pchar);
 
Protected procedure sendvalue(const aname: string; const avalue: int64); overload;
 
Protected procedure sendvalue(const aname: string; const avalue: double); overload;
 
Protected procedure sendvalue(const aname: string; const avalue: msestring); overload;
 
Protected procedure sendvalue(const aname: string; const avalue: ansistring); overload;
 
Protected procedure sendcommand(const acommand: ifiwidgetcommandty);
 
Public procedure sendproperty(const aname: string; const avalue: boolean); overload;
 
Public procedure sendproperty(const aname: string; const avalue: integer); overload;
 
Public procedure sendproperty(const aname: string; const avalue: colorty); overload;
 
Public procedure sendproperty(const aname: string; const avalue: int64); overload;
 
Public procedure sendproperty(const aname: string; const avalue: string); overload;
 
Public procedure sendproperty(const aname: string; const avalue: msestring); overload;
 
Public procedure sendproperty(const aname: string; const avalue: realty); overload;
 
Public procedure sendproperty(const aname: string; const avalue: currency); overload;
 

Properties

Public property asinteger: integer read getasinteger write setasinteger;
 
Public property aslargeint: int64 read getaslargeint write setaslargeint;
 
Public property asfloat: double read getasfloat write setasfloat;
 
Public property asmsestring: msestring read getasmsestring write setasmsestring;
 
Public property asstring: string read getasansistring write setasansistring;
 
Public property enabled: boolean write setenabled;
 
Public property visible: boolean write setvisible;
 
Published property onpropertychanged: propertychangedeventty read fonpropertychanged write fonpropertychanged;
 
Published property onwidgetstatechanged: widgetstatechangedeventty read fonwidgetstatechanged write fonwidgetstatechanged;
 
Published property onmodalresult: modalresulteventty read fonmodalresult write fonmodalresult;
 

Generated by PasDoc 0.16.0.