Online Documentation for Advanced Data Export for RAD Studio VCL

TQExport4RTF.OnGetCaptionStyle

 

TQExport4RTF                


type 

  TrtfGetCaptionStyleEvent = procedure(Sender: TObject; Style: TrtfStyle; ColNo: integer; var Align: TQExportColAlign) 

of object;

  TQExportColAlign = (ecaLeft, ecaCenter, ecaRight);

 

property OnGetCaptionStyle: TrtfGetCaptionStyleEvent;

 

Description

The OnGetCaptionStyle event takes place when the style of the caption is received. Depending on the column number you can edit the caption apperance style. See demo application to learn more about this event.