tbaserecordlisthdr.inc
来自「DELPHI界面增强控件,非常好,里面有显示GIF的图片控件,更美观的下拉框控件」· 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 + -
显示快捷键?