黑白程式

黑白程式

导航

2008年9月3日

TcxStyleRepository使用示例

摘要: object cxGrid1DBTableView1Column1: TcxGridDBColumn Caption = 'Edit' PropertiesClassName = 'TcxButtonEditProperties' Properties.Buttons = Properties.ReadOnly = True... 阅读全文

posted @ 2008-09-03 17:51 黑白程式 阅读(626) 评论(0) 推荐(0)

cxGrid的使用方法(转)

摘要: ExpressQuantumGrid4的cxGrid的一些使用方法和经验 1.简单介绍:cxGrid右下方的cxGrid1Level1是表示Grid表的层,cxGrid可以有多层,这相当于集合了PageControl的 功能,而cxGrid1Level1右边的cxGrid1DBTableView1相当于DBGrid一样。右击cxGrid1可以添加cxGrid1Level2,右击 cxGri... 阅读全文

posted @ 2008-09-03 16:42 黑白程式 阅读(3826) 评论(0) 推荐(0)

TPageControl使用代码节选

摘要: procedure TForm1.btn1Click(Sender: TObject); begin case cbb1.ItemIndex of 0:pgc1 .ActivePageIndex :=0; 1:pgc1 .ActivePageIndex :=1; 2:pgc1 .ActivePageIndex :=2; 3:pgc1 .ActivePageIndex :=3; end end; 阅读全文

posted @ 2008-09-03 11:55 黑白程式 阅读(221) 评论(0) 推荐(0)