Skip to main content

TcxEditSizeProperties Record

Describes the properties relevant to the editor size.

Declaration

TcxEditSizeProperties = record

Remarks

The TcxEditSizeProperties type describes properties relevant to the editor size which such as:

Field Meaning
MaxLineCount Specifies the maximum number or lines in a multiline edit control. If MaxLineCount is 0, the number of lines is not limited.
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