FireDAC.Comp.Script.TFDScriptOptions.CharacterSet

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property CharacterSet: String read FCharacterSet write FCharacterSet;

C++

__property System::UnicodeString CharacterSet = {read=FCharacterSet, write=FCharacterSet};

Properties

Type Visibility Source Unit Parent
property published
FireDAC.Comp.Script.pas
FireDAC.Comp.Script.hpp
FireDAC.Comp.Script TFDScriptOptions

Description

Specifies the default character set for connections.

Use the CharacterSet property to specify the character set that is used for the CONNECT <connection string> script command. 

The property can be set from a script using the SET (CHARACTERset | NAMES) <value> command.

See Also