IBX.IBDatabaseINI.TIBDatabaseINI.CharacterSet

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property CharacterSet : String read FCharacterSet write SetCharacterSet;

C++

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

Properties

Type Visibility Source Unit Parent
property published
IBX.IBDatabaseINI.pas
IBX.IBDatabaseINI.hpp
IBX.IBDatabaseINI TIBDatabaseINI

Description

Specifies the character set for the InterBase database.

The CharacterSet property specifies the character set encoding for the InterBase database. CharacterSet is one of the parameters that are to be read/written from/to the .INI file.

See Also