FireDAC.Phys.IBBase.TFDIBRestore.FixCharSet

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: published
Source:
FireDAC.Phys.IBBase.pas
FireDAC.Phys.IBBase.hpp
Unit: FireDAC.Phys.IBBase
Parent: TFDIBRestore

Delphi

property FixCharSet: String read FFixCharSet write FFixCharSet;

C++

__property System::UnicodeString FixCharSet = {read=FFixCharSet, write=FFixCharSet};

Description

Specifies the upgrade character set.

Use the FixCharSet property to specify a character set to which to upgrade a database from UNICODE_FSS at restore backup operation. It is used together with roFixFSSData and roFixFSSMetaData options.

See Also