TcxCustomMemo.Properties Property
Defines settings specific to memo editors.
Declaration
property Properties: TcxCustomMemoProperties read; write;
Property Value
Type |
---|
TcxCustomMemoProperties |
Remarks
The Properties object specifies various settings for memo editors. Use the ScrollBars member of a Properties instance to display scrollbars (vertical and/or horizontal). Other properties adjust alignment and maximum length of text, char case and many other attributes.
See Also