3)TComboBox 如果只容许选择的话 Style:= csDropDownList; Sorted :=True; 当向其的Items添加数据时该 FontCombo->Items->BeginUpdate(); // prevent repaints until done 这点无论数据多少 TListView TTreeView TDBGird 都有类似的数据显示屏蔽的功能 4)TTreeView 如果不修改节点的文字 要ReadOnly RowSelect = true; 5)TListView ViewStyle vsReport要ReadOnly RowSelect = true; 如果不修改 6)TPageControl 在FormShow 或者Create事件中 PageControl1.ActivePageIndex := 0; 7)TDateTimePicker DateFormat := dfLong 如果把时间复制到Edit中时 Edit.Text := DateTimeFormate(“YYYY-MM-DD”,DateTimePicker1.Date)
相同的组件要放在一起 并且与周围的对齐,上下左右对齐. 并且跟其他容器的组件对齐 ,这点很多新手忽视了!因为Borland对齐工具只能对亲本容器下的 ,最后给人一整齐的美观. |
正在阅读:Delphi&BCB一线程序员开发经验Delphi&BCB一线程序员开发经验
2005-07-27 10:07
出处:
责任编辑:moningfeng
键盘也能翻页,试试“← →”键