FireDAC.Phys.MySQL.TFDPhysMySQLDriverLink.EmbeddedGroups

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property EmbeddedGroups: TStrings read FEmbeddedGroups write SetEmbeddedGroups;

C++

__property System::Classes::TStrings* EmbeddedGroups = {read=FEmbeddedGroups, write=SetEmbeddedGroups};

Properties

Type Visibility Source Unit Parent
property published
FireDAC.Phys.MySQL.pas
FireDAC.Phys.MySQL.hpp
FireDAC.Phys.MySQL TFDPhysMySQLDriverLink

Description

Specifies groups in the MySQL option files to initialize MySQL embedded server.

For MySQL option file details (i.e., format, location, etc.), consult MySQL manual. If no groups are specified, then the [server] and [embedded] groups are active.

See Also