[Overview][Constants][Types][Classes][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: mselookupbuffer.pas line 88
type tcustomlookupbuffer = class(tactcomponent) |
public |
constructor create(); override; |
destructor destroy; override; |
procedure beginupdate; |
procedure endupdate; |
procedure clearbuffer; virtual; |
procedure checkbuffer; |
procedure loadbuffer; |
function find(); |
function findphys(); |
function integervaluephys(); |
function integervaluelog(); |
function integerindex(); |
function integerindexar(); |
function integerar(); |
function floatvaluephys(); |
function floatvaluelog(); |
function floatindex(); |
function floatindexar(); |
function floatar(); |
function int64valuephys(); |
function int64valuelog(); |
function int64index(); |
function int64indexar(); |
function int64ar(); |
function textvaluephys(); |
function textvaluelog(); |
function textindex(); |
function textindexar(); |
function textar(); |
function lookupinteger(); |
function lookupint64(); |
function lookuptext(); |
function lookupfloat(); |
function count; virtual; |
procedure addrow(); |
procedure addrows(); |
function fieldnamestext; virtual; |
function fieldnamesfloat; virtual; |
function fieldnamesinteger; virtual; |
function fieldnamesint64; virtual; |
property fieldcounttext: Integer; [rw] |
property fieldcountfloat: Integer; [rw] |
property fieldcountinteger: Integer; [rw] |
property fieldcountint64: Integer; [rw] |
property integervalue []: Integer; [r] |
property floatvalue []: realty; [r] |
property int64value []: Int64; [r] |
property beforeload: lookupbuffereventty; [rw] |
property afterload: lookupbuffereventty; [rw] |
property onchange: notifyeventty; [rw] |
end; |
| |
| |
tmsecomponent,ievent,iificommand,iificlient |
| |
tcomponent |
? |
TObject |