TdxCustomMemoReportLink.CustomMemo Property
In This Article
Provides access to the multi-line editor being printed.
#Declaration
Delphi
property CustomMemo: TCustomMemo read;
#Property Value
Type |
---|
TCustom |
#Remarks
Use the CustomMemo property to access the multi-line editor being printed. The GetCustomMemo function returns the value of this property.
See Also