R
ronnin
Unregistered / Unconfirmed
GUEST, unregistred user!
写了一个控件
TTheClass = class(TComponent)
published
property Title: TTitle read FTitle write setTitle;
end;
其中TTitle是这样的
TTitle = class
published
property Text: string ....;
property Alignment: TAlignment ...;
property Color: TColor ....;
end;
怎么安装以后一个 TTheClass.Title 在D7的Object Inspector里怎么加号展不开的呢?
TTheClass = class(TComponent)
published
property Title: TTitle read FTitle write setTitle;
end;
其中TTitle是这样的
TTitle = class
published
property Text: string ....;
property Alignment: TAlignment ...;
property Color: TColor ....;
end;
怎么安装以后一个 TTheClass.Title 在D7的Object Inspector里怎么加号展不开的呢?