IBX.IBInputOutput.TIBOutputDelimitedFile.BeforeWriteColumn

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property BeforeWriteColumn : TIBBeforeWriteColumn read FBeforeWriteColumn write FBeforeWriteColumn;

C++

__property TIBBeforeWriteColumn BeforeWriteColumn = {read=FBeforeWriteColumn, write=FBeforeWriteColumn};

Properties

Type Visibility Source Unit Parent
event published
IBX.IBInputOutput.pas
IBX.IBInputOutput.hpp
IBX.IBInputOutput TIBOutputDelimitedFile

Description

The BeforeWriteColumn event is fired before the data gets written, allowing you to modify the data before it goes to the file when needed.

  • ColumnName - name of the column where data is written.
  • Value - value of the column where data is written.