TTXSysLabelSystem data label.
Description
Use TTXSysLabel to print system data, such as the current date or page number, on your report.
FormatString
Format string.SysDataTypeDelphi declaration
property FormatString: String read FFormatString write SetFormatString;
C++ declaration
__property System::AnsiString FormatString={ read=FFormatString, write=SetFormatString, nodefault }
Description
Use FormatString to control formatting of the data printed by the label. See AnsiString help for information on formatting.
Type of system data dispalyed by TTXSysLabel .Delphi declaration
TTXSysDataType=(txDate, txTime, txDateTime, txPage, txTitle);
C++ declaration
enum TTXSysDataType { txDate, txTime, txDateTime, txPage, txTitle };
Description
Value MeaningtxDate Current date.
txTime Current time.
txDateTime Current date and time.
txPage Number of current page.
txTitle Report title.