Class tcustomstringedit
Unit
Declaration
type tcustomstringedit = class(tdataedit)
Description
This item has no description.
Hierarchy
- TObject
- tpersistent
- tcomponent
- tmsecomponent
- tactcomponent
- twidget
- tactionwidget
- tactionpublishedwidgetnwr
- tpublishedwidgetnwr
- tpublishedwidget
- tcustomedit
- tcustomdataedit
- tdataedit
- tcustomstringedit
Overview
Fields
| Protected | fvalue: msestring; |
| Protected | fvaluedefault: msestring; |
Methods
| Protected | procedure setvaluedata(const source); override; |
| Protected | procedure getvaluedata(out dest); override; |
| Protected | function getvaluetext: msestring; virtual; |
| Protected | procedure updatedisptext(var avalue: msestring); virtual; |
| Protected | procedure dosetvalue(var avalue: msestring; var accept: boolean); virtual; |
| Protected | procedure texttovalue(var accept: boolean; const quiet: boolean); override; |
| Protected | function internaldatatotext(const data): msestring; override; |
| Protected | procedure texttodata(const atext: msestring; var data); override; |
| Protected | function createdatalist(const sender: twidgetcol): tdatalist; override; |
| Protected | function getdatalistclass: datalistclassty; override; |
| Protected | procedure valuetogrid(arow: integer); override; |
| Protected | procedure gridtovalue(arow: integer); override; |
| Protected | procedure readstatvalue(const reader: tstatreader); override; |
| Protected | procedure writestatvalue(const writer: tstatwriter); override; |
| Protected | function sortfunc(const l,r): integer; override; |
| Protected | function getdefaultvalue: pointer; override; |
| Public | function checkvalue(const quiet: boolean = false): boolean; override; |
| Public | function isnull: boolean; override; |
| Public | procedure dragevent(var info: draginfoty); override; |
| Public | procedure fillcol(const value: msestring); |
| Public | procedure assigncol(const value: tmsestringdatalist); |
| Public | function griddata: tgridmsestringdatalist; |
Properties
| Public | property onsetvalue: setstringeventty read fonsetvalue write fonsetvalue; |
| Public | property value: msestring read fvalue write setvalue; |
| Public | property valuedefault: msestring read fvaluedefault write fvaluedefault; |
| Public | property gridvalue[const index: integer]: msestring
read getgridvalue write setgridvalue; |
| Public | property gridvalues: msestringarty read getgridvalues write setgridvalues; |
| Public | property ifilink: tifistringlinkcomp read getifilink write setifilink; |
Description
Fields
| Protected | fvalue: msestring; |
|
This item has no description. | |
| Protected | fvaluedefault: msestring; |
|
This item has no description. | |
Methods
| Protected | procedure setvaluedata(const source); override; |
|
This item has no description. | |
| Protected | procedure getvaluedata(out dest); override; |
|
This item has no description. | |
| Protected | function getvaluetext: msestring; virtual; |
|
This item has no description. | |
| Protected | procedure updatedisptext(var avalue: msestring); virtual; |
|
This item has no description. | |
| Protected | procedure dosetvalue(var avalue: msestring; var accept: boolean); virtual; |
|
This item has no description. | |
| Protected | procedure texttovalue(var accept: boolean; const quiet: boolean); override; |
|
This item has no description. | |
| Protected | function internaldatatotext(const data): msestring; override; |
|
This item has no description. | |
| Protected | procedure texttodata(const atext: msestring; var data); override; |
|
This item has no description. | |
| Protected | function createdatalist(const sender: twidgetcol): tdatalist; override; |
|
This item has no description. | |
| Protected | function getdatalistclass: datalistclassty; override; |
|
This item has no description. | |
| Protected | procedure valuetogrid(arow: integer); override; |
|
This item has no description. | |
| Protected | procedure gridtovalue(arow: integer); override; |
|
This item has no description. | |
| Protected | procedure readstatvalue(const reader: tstatreader); override; |
|
This item has no description. | |
| Protected | procedure writestatvalue(const writer: tstatwriter); override; |
|
This item has no description. | |
| Protected | function sortfunc(const l,r): integer; override; |
|
This item has no description. | |
| Protected | function getdefaultvalue: pointer; override; |
|
This item has no description. | |
| Public | function checkvalue(const quiet: boolean = false): boolean; override; |
|
This item has no description. | |
| Public | function isnull: boolean; override; |
|
This item has no description. | |
| Public | procedure dragevent(var info: draginfoty); override; |
|
This item has no description. | |
| Public | procedure fillcol(const value: msestring); |
|
This item has no description. | |
| Public | procedure assigncol(const value: tmsestringdatalist); |
|
This item has no description. | |
| Public | function griddata: tgridmsestringdatalist; |
|
This item has no description. | |
Properties
| Public | property onsetvalue: setstringeventty read fonsetvalue write fonsetvalue; |
|
This item has no description. | |
| Public | property value: msestring read fvalue write setvalue; |
|
This item has no description. | |
| Public | property valuedefault: msestring read fvaluedefault write fvaluedefault; |
|
This item has no description. | |
| Public | property gridvalue[const index: integer]: msestring
read getgridvalue write setgridvalue; |
|
This item has no description. | |
| Public | property gridvalues: msestringarty read getgridvalues write setgridvalues; |
|
This item has no description. | |
| Public | property ifilink: tifistringlinkcomp read getifilink write setifilink; |
|
This item has no description. | |
Generated by PasDoc 0.17.0.snapshot.