Online Documentation for Advanced Data Export for RAD Studio VCL

TQExport4RTF.OnGetDataStyle

 

TQExport4RTF                


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.