TdxCustomTextReportLink.GetText Method
In This Article
Returns a string representation of the text being printed.
#Declaration
Delphi
function GetText: string; virtual;
#Returns
Type |
---|
string |
#Remarks
Descendants of the TdxCustomTextReportLink class can override the GetText function to specify a string representation of the text being printed by a specific report link.
The GetText function returns the value of the Text property.
See Also