FireDAC.Stan.Util.TFDLog.Create

From RAD Studio API Documentation
Jump to: navigation, search

C++

/* TStringList.Create */ inline __fastcall TFDLog(void)/* overload */ : Firedac::Stan::Intf::TFDStringList() { }
/* TStringList.Create */ inline __fastcall TFDLog(bool OwnsObjects)/* overload */ : Firedac::Stan::Intf::TFDStringList(OwnsObjects) { }
/* TStringList.Create */ inline __fastcall TFDLog(System::WideChar QuoteChar, System::WideChar Delimiter)/* overload */ : Firedac::Stan::Intf::TFDStringList(QuoteChar, Delimiter) { }
/* TStringList.Create */ inline __fastcall TFDLog(System::WideChar QuoteChar, System::WideChar Delimiter, System::Classes::TStringsOptions Options)/* overload */ : Firedac::Stan::Intf::TFDStringList(QuoteChar, Delimiter, Options) { }
/* TStringList.Create */ inline __fastcall TFDLog(System::Types::TDuplicates Duplicates, bool Sorted, bool CaseSensitive)/* overload */ : Firedac::Stan::Intf::TFDStringList(Duplicates, Sorted, CaseSensitive) { }

Properties

Type Visibility Source Unit Parent
constructor public FireDAC.Stan.Util.hpp FireDAC.Stan.Util TFDLog

Description

Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!