TcxEditSizeProperties Record
In This Article
Describes the properties relevant to the editor size.
#Declaration
Delphi
TcxEditSizeProperties = record
#Remarks
The TcxEditSizeProperties type describes properties relevant to the editor size which such as:
Field | Meaning |
---|---|
Max |
Specifies the maximum number or lines in a multiline edit control. If Max |
Width | Defines the width of an editor in pixels. If Width is 0, the editor width is not limited. If Width is -1, the default value specific to an editor will be used. |
See Also