[Overview][Constants][Classes][Index] Reference for unit 'tiDataBuffer_BOM' (#tiopf)

TtiDataBuffer

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

A buffer container storing rows of data

Declaration

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]

Inheritance

TtiDataBuffer

  

A buffer container storing rows of data

|

TtiBaseObject,IInterface

|

TObject

Description

A buffer container storing rows of data. The data being stored in the buffer is TtiDataBufferRow objects.

See also

TtiDataBufferRow

  

This is a container for buffer cell data


Documentation generated on: 2017-08-16