📄 icustomcomponent.pas
字号:
{*******************************************************}
{ }
{ TiCustomComponent Component }
{ }
{ Copyright (c) 1997,2003 Iocomp Software }
{ }
{*******************************************************}
{$I iInclude.inc}
{$ifdef iVCL}unit iCustomComponent;{$endif}
{$ifdef iCLX}unit QiCustomComponent;{$endif}
interface
uses
{$I iIncludeUses.inc}
{$IFDEF iVCL} iVCLComponent;{$ENDIF}
{$IFDEF iCLX}QiCLXComponent;{$ENDIF}
type
{$ifdef iVCL} TiCustomComponent = class(TiVCLComponent){$endif}
{$ifdef iCLX} TiCustomComponent = class(TiCLXComponent){$endif}
public
end;
implementation
end.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -