|
|
Řádek 21: |
Řádek 21: |
| |''' [[Objekt TKAPBtrTable|TKAPBtrTable]]'''|| | | |''' [[Objekt TKAPBtrTable|TKAPBtrTable]]'''|| |
| |} | | |} |
− |
| |
− |
| |
− | AddConstructor('constructor Create', CallMethodBtrTable);
| |
− |
| |
− | 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;
| |