TcxEditRepositoryMemoItem.Properties Property
In This Article
Provides access to stored memo editor settings.
#Declaration
Delphi
property Properties: TcxMemoProperties read; write;
#Property Value
Type | Description |
---|---|
Tcx |
Stores memo editor settings. |
#Remarks
Use the Properties
.ScrollBars property to display horizontal and vertical scroll bars. Properties
.VisibleLineCount and Properties
.WordWrap properties define how a memo editor displays text.
Refer to the TcxMemoProperties class description for detailed information on all available options.
See Also