tbaserecordlisthdr.inc

来自「TMSPack基本上涵盖了Delphi所有的基础控件」· INC 代码 · 共 14 行

INC
14
字号
//************************************************************************************//
//  File created automatically by GenerateRecords.xls                                 //
//  Modified by hand to not include Items, because here it doesnt make sense
//  (this is the base) and this can be called millons of times, we can save some seconds...                                                             //
//************************************************************************************//

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

⌨️ 快捷键说明

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