Class tsqllookupbuffer

Unit

Declaration

type tsqllookupbuffer = class(tdatalookupbuffer)

Description

This item has no description.

Hierarchy

Overview

Methods

Protected function getfieldcounttext: integer; override;
Protected function getfieldcountinteger: integer; override;
Protected function getfieldcountint64: integer; override;
Protected function getfieldcountfloat: integer; override;
Protected procedure setfieldcounttext(const avalue: integer); override;
Protected procedure setfieldcountinteger(const avalue: integer); override;
Protected procedure setfieldcountint64(const avalue: integer); override;
Protected procedure setfieldcountfloat(const avalue: integer); override;
Protected procedure objectevent(const sender: tobject; const event: objecteventty); override;
Protected procedure doloadbuffer; override;
Public constructor create(aowner: tcomponent); override;
Public destructor destroy; override;
Public function fieldnamestext: stringarty; override;
Public function fieldnamesfloat: stringarty; override;
Public function fieldnamesinteger: stringarty; override;
Public function fieldnamesint64: stringarty; override;
Public procedure clearbuffer; override;

Properties

Published property source: tsqlresult read fsource write setsource;
Published property textcols: tdbcolnamearrayprop read ftextcols write settextcols;
Published property integercols: tdbcolnamearrayprop read fintegercols write setintegercols;
Published property int64cols: tdbcolnamearrayprop read fint64cols write setint64cols;
Published property floatcols: tdbcolnamearrayprop read ffloatcols write setfloatcols;
Published property optionsdb: lbsqoptionsty 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 getfieldcountint64: integer; override;

This item has no description.

Protected function getfieldcountfloat: integer; override;

This item has no description.

Protected procedure setfieldcounttext(const avalue: integer); override;

This item has no description.

Protected procedure setfieldcountinteger(const avalue: integer); override;

This item has no description.

Protected procedure setfieldcountint64(const avalue: integer); override;

This item has no description.

Protected procedure setfieldcountfloat(const avalue: integer); override;

This item has no description.

Protected procedure objectevent(const sender: tobject; const event: objecteventty); override;

This item has no description.

Protected procedure doloadbuffer; 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 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.

Public procedure clearbuffer; override;

This item has no description.

Properties

Published property source: tsqlresult read fsource write setsource;

This item has no description.

Published property textcols: tdbcolnamearrayprop read ftextcols write settextcols;

This item has no description.

Published property integercols: tdbcolnamearrayprop read fintegercols write setintegercols;

This item has no description.

Published property int64cols: tdbcolnamearrayprop read fint64cols write setint64cols;

This item has no description.

Published property floatcols: tdbcolnamearrayprop read ffloatcols write setfloatcols;

This item has no description.

Published property optionsdb: lbsqoptionsty read foptionsdb write foptionsdb default [];

This item has no description.


Generated by PasDoc 0.17.0.snapshot.