Classe TIndexList
Unit
Declaração
type TIndexList = class(TObject)
Descrição
Hierarquia
- TObject
- TIndexList
Visão Geral
Métodos
![]() |
Procedure DoDelete(Index : Integer); |
![]() |
Procedure DoInsert(RecNo : Integer; IsUpdate : Boolean); |
![]() |
Class Procedure Error(Msg : PResStringRec; Data : Integer); |
![]() |
Procedure MarkModified; |
![]() |
Procedure SetText(AValue : String); |
![]() |
Procedure Sort(Compare : TIndexDataSortCompare); |
![]() |
Constructor Create(const AName : String; vArray : PVariantArray; Const AKeyFields : String); |
![]() |
Destructor Destroy; Override; |
![]() |
Procedure Clear; |
![]() |
Procedure Delete(RecNo : Integer); |
![]() |
Function Empty: Boolean; |
![]() |
Procedure Eval(Force : Boolean = True); |
![]() |
Function Find(Const AValue : Variant; Var RecNo : Integer; PartialKey : Boolean) : Boolean; |
![]() |
Function GetData(RecNo : Integer; Const ResultFields : String) : Variant; |
![]() |
Function InDataset(Dataset : TComponent) : Boolean; |
![]() |
Function IndexOf(RecNo : Integer) : Integer; |
![]() |
Procedure Insert(RecNo : Integer); |
![]() |
Procedure LoadFromStream(Stream : TStream); |
![]() |
Procedure SaveToStream(Stream : TStream); |
![]() |
Procedure Update(RecNo : Integer); |
Propriedades
![]() |
property Capacity : Integer Read FCapacity Write SetCapacity; |
![]() |
property CaseInsensitive : Boolean Read FCaseInsensitive Write FCaseInsensitive; |
![]() |
property Count : Integer Read FCount; |
![]() |
property Data : PVariantArray Read FArray; |
![]() |
property Name : String Read FName; |
![]() |
property KeyFields : String Read FKeyFields; |
![]() |
property Items[Index:Integer]: Integer Read Get; |
![]() |
property List : PIndexDataList Read FList; |
![]() |
property Modified : Boolean Read FModified; |
![]() |
property Options : TIndexListOptions Read FOptions Write FOptions; |
![]() |
property Text : String Read GetText; |
Descrição
Métodos
![]() |
Procedure DoDelete(Index : Integer); |
![]() |
Procedure DoInsert(RecNo : Integer; IsUpdate : Boolean); |
![]() |
Class Procedure Error(Msg : PResStringRec; Data : Integer); |
![]() |
Procedure MarkModified; |
![]() |
Procedure SetText(AValue : String); |
![]() |
Procedure Sort(Compare : TIndexDataSortCompare); |
![]() |
Constructor Create(const AName : String; vArray : PVariantArray; Const AKeyFields : String); |
![]() |
Destructor Destroy; Override; |
![]() |
Procedure Clear; |
![]() |
Procedure Delete(RecNo : Integer); |
![]() |
Function Empty: Boolean; |
![]() |
Procedure Eval(Force : Boolean = True); |
![]() |
Function Find(Const AValue : Variant; Var RecNo : Integer; PartialKey : Boolean) : Boolean; |
![]() |
Function GetData(RecNo : Integer; Const ResultFields : String) : Variant; |
![]() |
Function InDataset(Dataset : TComponent) : Boolean; |
![]() |
Function IndexOf(RecNo : Integer) : Integer; |
![]() |
Procedure Insert(RecNo : Integer); |
![]() |
Procedure LoadFromStream(Stream : TStream); |
![]() |
Procedure SaveToStream(Stream : TStream); |
![]() |
Procedure Update(RecNo : Integer); |
Propriedades
![]() |
property Capacity : Integer Read FCapacity Write SetCapacity; |
![]() |
property CaseInsensitive : Boolean Read FCaseInsensitive Write FCaseInsensitive; |
![]() |
property Count : Integer Read FCount; |
![]() |
property Data : PVariantArray Read FArray; |
![]() |
property Name : String Read FName; |
![]() |
property KeyFields : String Read FKeyFields; |
![]() |
property Items[Index:Integer]: Integer Read Get; |
![]() |
property List : PIndexDataList Read FList; |
![]() |
property Modified : Boolean Read FModified; |
![]() |
property Options : TIndexListOptions Read FOptions Write FOptions; |
![]() |
property Text : String Read GetText; |
Gerado por PasDoc 0.16.0.