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

TtiDataBufferRow

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

This is a container for buffer cell data

Declaration

Source position: tiDataBuffer_BOM.pas line 85

type TtiDataBufferRow = class(TtiBaseObject) end;

protected

  function GetItems();

  procedure SetItems();

  function GetOwner;

  procedure SetOwner();

  function GetIndex;

public

  constructor Create;

  destructor Destroy; override;

  property Items []: TtiDataBufferCell; [rw]

  property Owner: TtiDataBuffer; [rw]

  procedure Add();

  function AddInstance;

  function IndexOf();

  function Count;

  property Index: Integer; [r]

  function FindByFieldName();

Inheritance

TtiDataBufferRow

  

This is a container for buffer cell data

|

TtiBaseObject,IInterface

|

TObject


Documentation generated on: 2017-08-16