TcxCustomMemoReportLink.cxCustomMemo Property
Provides access to the multi-line editor being printed.
Declaration
property cxCustomMemo: TcxCustomMemo read;
Property Value
Type |
---|
TcxCustomMemo |
Remarks
Use this property to access the multi-line editor being printed. The GetCustomMemo function typecasts the value of the cxCustomMemo property to the TCustomMemo type.
See Also