FireDAC.Comp.BatchMove.TFDLogFileAction

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TFDLogFileAction = (laNone, laCreate, laAppend);

C++

enum DECLSPEC_DENUM TFDLogFileAction : unsigned int { laNone, laCreate, laAppend };

Properties

Type Visibility Source Unit Parent
enum public
FireDAC.Comp.BatchMove.pas
FireDAC.Comp.BatchMove.hpp
FireDAC.Comp.BatchMove FireDAC.Comp.BatchMove

Description

Specifies how to write an information to the log file.

The TFDLogFileAction enumeration defines the following values:

Value Description

laNone

TBD

laCreate

TBD

laAppend

TBD

See Also