[Overview][Constants][Classes][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
A buffer container storing rows of data
Source position: tiDataBuffer_BOM.pas line 58
type TtiDataBuffer = class(TtiBaseObject) end; |
||
protected |
||
function GetItems(); |
||
public |
||
constructor Create; |
||
destructor Destroy; override; |
||
procedure Clear; |
||
property Items []: TtiDataBufferRow; [r] |
||
function Count; |
||
procedure Add(); |
||
function AddInstance; |
||
property List: TList; [r] |
|
Returns the internal list of rows. |
function IndexOf(); |
|
Return the index value of the data buffer row |
function FindByFieldValue(); |
||
function FindCell(); |
||
property Name: string; [rw] |
||
procedure Remove(); |
|
Remove a data buffer row from the data buffer. |
procedure Delete(); |
||
property Fields: TtiDBMetaDataTable; [rw] |
||
|
A buffer container storing rows of data |
|
| | ||
TtiBaseObject,IInterface |
||
| | ||
TObject |
A buffer container storing rows of data. The data being stored in the buffer is TtiDataBufferRow objects.
|
This is a container for buffer cell data |