Skip to main content

TcxCustomMemoProperties Class

Contains settings specific to memo controls.

Declaration

TcxCustomMemoProperties = class(
    TcxCustomTextEditProperties
)

Remarks

This class extends the TcxCustomTextEditProperties functionality and provides additional properties specific to memo controls. To set memo properties, use the Properties member of a corresponding editor class. The TcxMemoProperties class derives from TcxCustomMemoProperties and publishes the necessary members to access from the TcxCustomMemo editors.

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