Class tcustomdblookupbuffer

Unit

Declaration

type tcustomdblookupbuffer = class(tdatalookupbuffer)

Description

No description available, ancestor tdatalookupbuffer description follows
No description available, ancestor tcustomlookupbuffer description follows
No description available, ancestor tactcomponent description follows
No description available, ancestor tmsecomponent description follows

Hierarchy

Overview

Methods

Protected function getfieldcounttext: integer; override;
Protected function getfieldcountinteger: integer; override;
Protected function getfieldcountfloat: integer; override;
Protected function getfieldcountint64: integer; override;
Public constructor create(aowner: tcomponent); override;
Public destructor destroy; override;
Public procedure clearbuffer; override;
Public function fieldnamestext: stringarty; override;
Public function fieldnamesfloat: stringarty; override;
Public function fieldnamesinteger: stringarty; override;
Public function fieldnamesint64: stringarty; override;

Properties

Public property datasource: tdatasource read getdatasource write setdatasource;
Public property textfields: tdbfieldnamearrayprop read ftextfields write settextfields;
Public property integerfields: tdbfieldnamearrayprop read fintegerfields write setintegerfields;
Public property floatfields: tdbfieldnamearrayprop read ffloatfields write setfloatfields;
Public property int64fields: tdbfieldnamearrayprop read fint64fields write setint64fields;
Public property optionsdb: lbdboptionsty read foptionsdb write foptionsdb default [];

Description

Methods

Protected function getfieldcounttext: integer; override;
 
Protected function getfieldcountinteger: integer; override;
 
Protected function getfieldcountfloat: integer; override;
 
Protected function getfieldcountint64: integer; override;
 
Public constructor create(aowner: tcomponent); override;
 
Public destructor destroy; override;
 
Public procedure clearbuffer; override;
 
Public function fieldnamestext: stringarty; override;
 
Public function fieldnamesfloat: stringarty; override;
 
Public function fieldnamesinteger: stringarty; override;
 
Public function fieldnamesint64: stringarty; override;
 

Properties

Public property datasource: tdatasource read getdatasource write setdatasource;
 
Public property textfields: tdbfieldnamearrayprop read ftextfields write settextfields;
 
Public property integerfields: tdbfieldnamearrayprop read fintegerfields write setintegerfields;
 
Public property floatfields: tdbfieldnamearrayprop read ffloatfields write setfloatfields;
 
Public property int64fields: tdbfieldnamearrayprop read fint64fields write setint64fields;
 
Public property optionsdb: lbdboptionsty read foptionsdb write foptionsdb default [];
 

Generated by PasDoc 0.16.0.