Class tcustomdblookupbuffer

Unit

Declaration

type tcustomdblookupbuffer = class(tdatalookupbuffer)

Description

This item has no description.

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;

This item has no description.

Protected function getfieldcountinteger: integer; override;

This item has no description.

Protected function getfieldcountfloat: integer; override;

This item has no description.

Protected function getfieldcountint64: integer; override;

This item has no description.

Public constructor create(aowner: tcomponent); override;

This item has no description.

Public destructor destroy; override;

This item has no description.

Public procedure clearbuffer; override;

This item has no description.

Public function fieldnamestext: stringarty; override;

This item has no description.

Public function fieldnamesfloat: stringarty; override;

This item has no description.

Public function fieldnamesinteger: stringarty; override;

This item has no description.

Public function fieldnamesint64: stringarty; override;

This item has no description.

Properties

Public property datasource: tdatasource read getdatasource write setdatasource;

This item has no description.

Public property textfields: tdbfieldnamearrayprop read ftextfields write settextfields;

This item has no description.

Public property integerfields: tdbfieldnamearrayprop read fintegerfields write setintegerfields;

This item has no description.

Public property floatfields: tdbfieldnamearrayprop read ffloatfields write setfloatfields;

This item has no description.

Public property int64fields: tdbfieldnamearrayprop read fint64fields write setint64fields;

This item has no description.

Public property optionsdb: lbdboptionsty read foptionsdb write foptionsdb default [];

This item has no description.


Generated by PasDoc 0.17.0.snapshot.