[Overview][Constants][Classes][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
This is a container for buffer cell data
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(); |
|
This is a container for buffer cell data |
|
| | ||
TtiBaseObject,IInterface |
||
| | ||
TObject |