You are here: Symbol Reference > JSEditDialog Namespace > Classes > TJSEditProperties Class
LMD DialogPack
ContentsIndexHome
PreviousUpNext
TJSEditProperties Class

TEditProperties encapsulates all of the properties required to define a dialogs edit control.

Pascal
TJSEditProperties = class(TJSChangePersistent);

JSEditDialog

TEditProperties describes characteristics of the edit control. It defines the type of control to be created, as well as the caption associated with the label and also the placement of the label. 

 

Along with properties for defining the width for the edit control, the height of the edit control can also be specified. 

If the edit control being created supports multiple items, such as the etListBox, etComboBox, etCheckListBox, etEditComboBox and etRTF then initial items can be defined in the Items property. 

 

The default text value for the control can be specified in the Value property. For EditType values of etCustom and the edit control class being used does not havDe a published Text property, then you can set the default value of the edit control by handling the OnSetDefaultValue event.

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!