TcxCustomMemo.ActiveProperties Property
Obtains the properties that are currently applied to a memo editor.
Declaration
property ActiveProperties: TcxCustomMemoProperties read;
Property Value
Type |
---|
TcxCustomMemoProperties |
Remarks
Use the ActiveProperties property to obtain the properties of the current memo editor that are currently in effect. This property is especially useful when the memo editor has a repository item assigned to it via the RepositoryItem property. In this case the ActiveProperties property returns the properties of the corresponding repository item that are active while the item is assigned to the memo editor. Otherwise, the inherent memo editor’s properties are returned.
See Also