FireDAC.Phys.ASA.TFDASAValidate.Flags

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Flags: TASAValidateFlags read FFlags write FFlags default [];

C++

__property Firedac::Phys::Asawrapper::TASAValidateFlags Flags = {read=FFlags, write=FFlags, default=0};

Properties

Type Visibility Source Unit Parent
property published
FireDAC.Phys.ASA.pas
FireDAC.Phys.ASA.hpp
FireDAC.Phys.ASA TFDASAValidate

Description

Specifies additional validation flags.

Use the Flags property to specify additional validation flags.

Value Meaning

vfQuiet

Operates without printing messages, or prints messages. It corresponds to -q.

vfIndex

Validates indexes. It corresponds to -i when included, to -t when excluded.

For more details about the -q, -i, or -t options, see http://infocenter.sybase.com/help/.

See Also