You are here: Symbol Reference > JSEditDialog Namespace > Structs, Records, Enums > JSEditDialog.TJSEditType Enumeration
LMD DialogPack
ContentsIndexHome
PreviousUpNext
JSEditDialog.TJSEditType Enumeration

Used to specify the type of control to create when the dialog is displayed.

Pascal
TJSEditType = (
  etNone,
  etEdit,
  etMemo,
  etComboBox,
  etListBox,
  etDate,
  etTime,
  etCalendar,
  etCustom,
  etCheckListBox,
  etRTF,
  etHTML,
  etEditComboBox
);

JSEditDialog

Members 
Description 
etNone 
No edit control is to be displayed 
etEdit 
A TEdit control is to be displayed 
etMemo 
A TMemo control is to be displayed 
etComboBox 
A TComboBox control is to be displayed 
etListBox 
A TListBox control is to be displayed 
etDate 
A TDateTimePicker control is to be displayed in date mode 
etTime 
A TDateTimePicker control is to be displayed in time mode 
etCalendar 
A TMonthCalendar control is to be displayed 
etCustom 
Set the control class to display by handling the OnGetEditControlClass event 
etCheckListBox 
A TCheckListBox control is to be displayed 
etRTF 
A TRichEdit control is to be displayed 
etHTML 
A TWebBrowser control is to be displayed 
etEditComboBox 
A editable drop down list 
Copyright © 2013 by LMD Innovative. All rights reserved.
Copyright © 2013 by LMD Innovative. All rights reserved.
What do you think about this topic? Send feedback!