TcxCustomMemoReportLink.cxCustomMemo Property
In This Article
Provides access to the multi-line editor being printed.
#Declaration
Delphi
property cxCustomMemo: TcxCustomMemo read;
#Property Value
Type |
---|
Tcx |
#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