tboundsheetrecordlisthdr.inc

来自「TMS Component Pack V5.0包含了超过 280 个为 Delp」· INC 代码 · 共 13 行

INC
13
字号
//************************************************************************************//
//  File created automatically by GenerateRecords.xls                                 //
//  Do not modify by hand                                                             //
//************************************************************************************//

private
  function GetItems(index: integer): TBoundSheetRecord;
  procedure SetItems(index: integer; const Value: TBoundSheetRecord);
public
  property Items[index: integer]: TBoundSheetRecord read GetItems write SetItems;  default;
  function Add(aRecord: TBoundSheetRecord):integer;
  procedure Insert(Index: integer; aRecord: TBoundSheetRecord);

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?