Back to Devexpress

TcxCustomMemoProperties Class

vcl-cxmemo-89a325ed.md

latest2.0 KB
Original Source

TcxCustomMemoProperties Class

Contains settings specific to memo controls.

Declaration

delphi
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.

Inheritance

TObject TPersistent TInterfacedPersistent TcxInterfacedPersistent TcxCustomEditProperties TcxCustomTextEditProperties TcxCustomMemoProperties

See Also

TcxCustomMemo

TcxCustomTextEditProperties

TcxMemo

TcxMemoProperties

TcxCustomMemoProperties Members

cxMemo Unit