TQExport3RTF.OnGetDataStyle
TQExport3RTF
type
TrtfGetDataStyleEvent = procedure(Sender: TObject; Style: TrtfStyle; ColNo: integer; var Align: TQExportColAlign); of object;
TQExportColAlign = (ecaLeft, ecaCenter, ecaRight);
property OnGetDataStyle: TrtfGetDataStyleEvent;
Description
The OnGetDataStyle event takes place when the style of data is received. Depending on the column number you can edit the data appearance style. See demo application to learn more about this event.



