Skip to main content

TcxMemoProperties Class

Contains settings specific to memo editors.

Declaration

TcxMemoProperties = class(
    TcxCustomMemoProperties
)

Remarks

This class provides various settings specific to memo editors. Memo editors are presented by the TcxCustomMemo class descendants, such as TcxMemo and TcxDBMemo. TcxMemoProperties does not introduce any new functionality, but publishes necessary properties and events inherited from base classes. To set properties of memo editors, use the Properties member of a corresponding editor class. To control any changes made to the editor’s DisplayFormat, EditFormat, MaxLength, MaxValue, MinValue and ReadOnly properties and reverse their values back to the default ones, use the AssignedValues property.

Different settings for memo controls include Alignment, ScrollBars, VisibleLineCount, WantReturns, WantTabs and WordWrap. Most of these are similar to those of the TMemo component.

See Also