Objekt TKAPBtrTable: Porovnání verzí

Z K.A.P.
Skočit na navigaciSkočit na vyhledávání
m (Nová stránka: AddConstructor('constructor Create', CallMethodBtrTable); function BookmarkValid(Bookmark: TBookmark): Boolean;, CallMethodBtrTable); function CompareBookmarks(Bookmark1, Bookmark2...)
 
m
Řádek 1: Řádek 1:
  AddConstructor('constructor Create', CallMethodBtrTable);
+
  TKAPBtrTable
  
function BookmarkValid(Bookmark: TBookmark): Boolean;, CallMethodBtrTable);
+
  function BookmarkValid(Bookmark: TBookmark): Boolean;, CallMethodBtrTable);
function CompareBookmarks(Bookmark1, Bookmark2: TBookmark): Integer;, CallMethodBtrTable);
+
  function CompareBookmarks(Bookmark1, Bookmark2: TBookmark): Integer;, CallMethodBtrTable);
function ControlsDisabled: Boolean;, CallMethodBtrTable);
+
  function ControlsDisabled: Boolean;, CallMethodBtrTable);
function CopyFields(Source: TDataSet): Integer;, CallMethodBtrTable);
+
  function CopyFields(Source: TDataSet): Integer;, CallMethodBtrTable);
function FieldByName(const FieldName: String): TField;, CallMethodBtrTable);
+
  function FieldByName(const FieldName: String): TField;, CallMethodBtrTable);
function FindField(const FieldName: String): TField;, CallMethodBtrTable);
+
  function FindField(const FieldName: String): TField;, CallMethodBtrTable);
function FindKey(const KeyValues: array of const): Boolean;, CallMethodBtrTable);
+
  function FindKey(const KeyValues: array of const): Boolean;, CallMethodBtrTable);
function GetBookmark: TBookmark;, CallMethodBtrTable);
+
  function GetBookmark: TBookmark;, CallMethodBtrTable);
function GetBtrRecordLength: LongInt;, CallMethodBtrTable);
+
  function GetBtrRecordLength: LongInt;, CallMethodBtrTable);
function GotoKey: Boolean;, CallMethodBtrTable);
+
  function GotoKey: Boolean;, CallMethodBtrTable);
function IsEmpty: Boolean;, CallMethodBtrTable);
+
  function IsEmpty: Boolean;, CallMethodBtrTable);
function IsLinkedTo(DataSource: TDataSource): Boolean;, CallMethodBtrTable);
+
  function IsLinkedTo(DataSource: TDataSource): Boolean;, CallMethodBtrTable);
function IsRangeApplied: Boolean;, CallMethodBtrTable);
+
  function IsRangeApplied: Boolean;, CallMethodBtrTable);
function IsSequenced: Boolean;, CallMethodBtrTable);
+
  function IsSequenced: Boolean;, CallMethodBtrTable);
function Locate(const KeyFields: string; const KeyValues: Variant; Options: TLocateOptions): Boolean;, CallMethodBtrTable);
+
  function Locate(const KeyFields: string; const KeyValues: Variant; Options: TLocateOptions): Boolean;, CallMethodBtrTable);
function Lookup(const KeyFields: string; const KeyValues: Variant; const ResultFields: string): Variant;, CallMethodBtrTable);
+
  function Lookup(const KeyFields: string; const KeyValues: Variant; const ResultFields: string): Variant;, CallMethodBtrTable);
function MoveBy(Distance: Integer): Integer;, CallMethodBtrTable);
+
  function MoveBy(Distance: Integer): Integer;, CallMethodBtrTable);
function UpdateStatus: TUpdateStatus;, CallMethodBtrTable);
+
  function UpdateStatus: TUpdateStatus;, CallMethodBtrTable);
procedure Append;, CallMethodBtrTable);
+
  procedure Append;, CallMethodBtrTable);
procedure AppendRecord(const Values: array of const);, CallMethodBtrTable);
+
  procedure AppendRecord(const Values: array of const);, CallMethodBtrTable);
procedure ApplyRange;, CallMethodBtrTable);
+
  procedure ApplyRange;, CallMethodBtrTable);
procedure Cancel;, CallMethodBtrTable);
+
  procedure Cancel;, CallMethodBtrTable);
procedure CancelRange;, CallMethodBtrTable);
+
  procedure CancelRange;, CallMethodBtrTable);
procedure ClearFields;, CallMethodBtrTable);
+
  procedure ClearFields;, CallMethodBtrTable);
procedure Close;, CallMethodBtrTable);
+
  procedure Close;, CallMethodBtrTable);
procedure CopyTable(const NewTableName: string);, CallMethodBtrTable);
+
  procedure CopyTable(const NewTableName: string);, CallMethodBtrTable);
procedure CreateTable(Rewrite: Boolean);, CallMethodBtrTable);
+
  procedure CreateTable(Rewrite: Boolean);, CallMethodBtrTable);
procedure Delete;, CallMethodBtrTable);
+
  procedure Delete;, CallMethodBtrTable);
procedure DeleteTable;, CallMethodBtrTable);
+
  procedure DeleteTable;, CallMethodBtrTable);
procedure DisableControls;, CallMethodBtrTable);
+
  procedure DisableControls;, CallMethodBtrTable);
procedure Edit;, CallMethodBtrTable);
+
  procedure Edit;, CallMethodBtrTable);
procedure EmptyTable;, CallMethodBtrTable);
+
  procedure EmptyTable;, CallMethodBtrTable);
procedure EnableControls;, CallMethodBtrTable);
+
  procedure EnableControls;, CallMethodBtrTable);
procedure First;, CallMethodBtrTable);
+
  procedure First;, CallMethodBtrTable);
procedure FreeBookmark(Bookmark: TBookmark);, CallMethodBtrTable);
+
  procedure FreeBookmark(Bookmark: TBookmark);, CallMethodBtrTable);
procedure GetDetailDataSets(List: TList);, CallMethodBtrTable);
+
  procedure GetDetailDataSets(List: TList);, CallMethodBtrTable);
procedure GetDetailLinkFields(MasterFields, DetailFields: TList);, CallMethodBtrTable);
+
  procedure GetDetailLinkFields(MasterFields, DetailFields: TList);, CallMethodBtrTable);
procedure GetFieldList(List: TList; const FieldNames: String);, CallMethodBtrTable);
+
  procedure GetFieldList(List: TList; const FieldNames: String);, CallMethodBtrTable);
procedure GetFieldNames(List: TStrings);, CallMethodBtrTable);
+
  procedure GetFieldNames(List: TStrings);, CallMethodBtrTable);
procedure GetIndexInfo;, CallMethodBtrTable);
+
  procedure GetIndexInfo;, CallMethodBtrTable);
procedure GetIndexNames(List: TStrings);, CallMethodBtrTable);
+
  procedure GetIndexNames(List: TStrings);, CallMethodBtrTable);
procedure GotoBookmark(Bookmark: TBookmark);, CallMethodBtrTable);
+
  procedure GotoBookmark(Bookmark: TBookmark);, CallMethodBtrTable);
procedure GotoCurrent(Table: TBtrTable);, CallMethodBtrTable);
+
  procedure GotoCurrent(Table: TBtrTable);, CallMethodBtrTable);
procedure GotoNearest;, CallMethodBtrTable);
+
  procedure GotoNearest;, CallMethodBtrTable);
procedure CheckBrowseMode;, CallMethodBtrTable);
+
  procedure CheckBrowseMode;, CallMethodBtrTable);
procedure Insert;, CallMethodBtrTable);
+
  procedure Insert;, CallMethodBtrTable);
procedure InsertRecord(const Values: array of const);, CallMethodBtrTable);
+
  procedure InsertRecord(const Values: array of const);, CallMethodBtrTable);
procedure Last;, CallMethodBtrTable);
+
  procedure Last;, CallMethodBtrTable);
procedure Next;, CallMethodBtrTable);
+
  procedure Next;, CallMethodBtrTable);
procedure Open;, CallMethodBtrTable);
+
  procedure Open;, CallMethodBtrTable);
procedure Post;, CallMethodBtrTable);
+
  procedure Post;, CallMethodBtrTable);
procedure Prior;, CallMethodBtrTable);
+
  procedure Prior;, CallMethodBtrTable);
procedure Refresh;, CallMethodBtrTable);
+
  procedure Refresh;, CallMethodBtrTable);
procedure Resync(Mode: TResyncMode);, CallMethodBtrTable);
+
  procedure Resync(Mode: TResyncMode);, CallMethodBtrTable);
procedure SetKey;, CallMethodBtrTable);
+
  procedure SetKey;, CallMethodBtrTable);
procedure SetRange(const StartValues, EndValues: array of const);, CallMethodBtrTable);
+
  procedure SetRange(const StartValues, EndValues: array of const);, CallMethodBtrTable);
  end;
+
end;

Verze z 28. 11. 2012, 12:18

TKAPBtrTable
 function BookmarkValid(Bookmark: TBookmark): Boolean;, CallMethodBtrTable);
 function CompareBookmarks(Bookmark1, Bookmark2: TBookmark): Integer;, CallMethodBtrTable);
 function ControlsDisabled: Boolean;, CallMethodBtrTable);
 function CopyFields(Source: TDataSet): Integer;, CallMethodBtrTable);
 function FieldByName(const FieldName: String): TField;, CallMethodBtrTable);
 function FindField(const FieldName: String): TField;, CallMethodBtrTable);
 function FindKey(const KeyValues: array of const): Boolean;, CallMethodBtrTable);
 function GetBookmark: TBookmark;, CallMethodBtrTable);
 function GetBtrRecordLength: LongInt;, CallMethodBtrTable);
 function GotoKey: Boolean;, CallMethodBtrTable);
 function IsEmpty: Boolean;, CallMethodBtrTable);
 function IsLinkedTo(DataSource: TDataSource): Boolean;, CallMethodBtrTable);
 function IsRangeApplied: Boolean;, CallMethodBtrTable);
 function IsSequenced: Boolean;, CallMethodBtrTable);
 function Locate(const KeyFields: string; const KeyValues: Variant; Options: TLocateOptions): Boolean;, CallMethodBtrTable);
 function Lookup(const KeyFields: string; const KeyValues: Variant; const ResultFields: string): Variant;, CallMethodBtrTable);
 function MoveBy(Distance: Integer): Integer;, CallMethodBtrTable);
 function UpdateStatus: TUpdateStatus;, CallMethodBtrTable);
 procedure Append;, CallMethodBtrTable);
 procedure AppendRecord(const Values: array of const);, CallMethodBtrTable);
 procedure ApplyRange;, CallMethodBtrTable);
 procedure Cancel;, CallMethodBtrTable);
 procedure CancelRange;, CallMethodBtrTable);
 procedure ClearFields;, CallMethodBtrTable);
 procedure Close;, CallMethodBtrTable);
 procedure CopyTable(const NewTableName: string);, CallMethodBtrTable);
 procedure CreateTable(Rewrite: Boolean);, CallMethodBtrTable);
 procedure Delete;, CallMethodBtrTable);
 procedure DeleteTable;, CallMethodBtrTable);
 procedure DisableControls;, CallMethodBtrTable);
 procedure Edit;, CallMethodBtrTable);
 procedure EmptyTable;, CallMethodBtrTable);
 procedure EnableControls;, CallMethodBtrTable);
 procedure First;, CallMethodBtrTable);
 procedure FreeBookmark(Bookmark: TBookmark);, CallMethodBtrTable);
 procedure GetDetailDataSets(List: TList);, CallMethodBtrTable);
 procedure GetDetailLinkFields(MasterFields, DetailFields: TList);, CallMethodBtrTable);
 procedure GetFieldList(List: TList; const FieldNames: String);, CallMethodBtrTable);
 procedure GetFieldNames(List: TStrings);, CallMethodBtrTable);
 procedure GetIndexInfo;, CallMethodBtrTable);
 procedure GetIndexNames(List: TStrings);, CallMethodBtrTable);
 procedure GotoBookmark(Bookmark: TBookmark);, CallMethodBtrTable);
 procedure GotoCurrent(Table: TBtrTable);, CallMethodBtrTable);
 procedure GotoNearest;, CallMethodBtrTable);
 procedure CheckBrowseMode;, CallMethodBtrTable);
 procedure Insert;, CallMethodBtrTable);
 procedure InsertRecord(const Values: array of const);, CallMethodBtrTable);
 procedure Last;, CallMethodBtrTable);
 procedure Next;, CallMethodBtrTable);
 procedure Open;, CallMethodBtrTable);
 procedure Post;, CallMethodBtrTable);
 procedure Prior;, CallMethodBtrTable);
 procedure Refresh;, CallMethodBtrTable);
 procedure Resync(Mode: TResyncMode);, CallMethodBtrTable);
 procedure SetKey;, CallMethodBtrTable);
 procedure SetRange(const StartValues, EndValues: array of const);, CallMethodBtrTable);
end;