📄 s2.tools.is2field.pas
字号:
unit S2.Tools.IS2Field;
interface
uses
S2.Tools.TS2Object;
type
IS2Field = interface
function GetFieldCatpion: string;
function GetFieldName: string;
function GetValueAsObject: TS2Object;
procedure SetFieldCapion(const FieldCaption: string);
procedure SetFieldName(const FieldName: string);
procedure SetValueAsObject(O: TS2Object);
end;
implementation
end.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -