LMD DialogPack
|
Use the EditType property to set the type of edit control you want to display.
property EditType: TJSEditType;
The default controls created are: etNone: TEdit etEdit: TEdit etMemo: TMemo etComboBox: TComboBox etListBox: TListBox etDate, etTime: TDateTimePicker etCalendar: TJSMonthCalendar etCustom: TEdit etCheckListBox: TCheckListBox etRTF: TJSRichEdit etHTML: TWebBrowser etEditComboBox: TComboBox
Handle the OnGetEditControlClass event to override the use of a specific edit control class
Copyright © 2013 by LMD Innovative. All rights reserved.
|
What do you think about this topic? Send feedback!
|