【发布时间】:2012-03-02 13:48:12
【问题描述】:
如何动态地将面板添加到 TCategoryPanelGroup。
请举个例子,谢谢。
到目前为止,我已经尝试过了。
procedure TWForm.BitBtn3Click(Sender: TObject);
var
categorypanel: tcategorypanel;
begin
categorypanel := categorypanel.Create (categorypanelgroup1);
categorypanel := tcategorypanel.Create(self);
categorypanel.caption:=edit1.text;
end;
【问题讨论】:
标签: delphi