FireDAC.Comp.BatchMove.TFDLogFileAction

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: enum
Visibility: public
Source:
FireDAC.Comp.BatchMove.pas
FireDAC.Comp.BatchMove.hpp
Unit: FireDAC.Comp.BatchMove
Parent: FireDAC.Comp.BatchMove

Delphi

TFDLogFileAction = (laNone, laCreate, laAppend);

C++

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

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