FireDAC.Phys.ASA.TFDASAValidate.Flags

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

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

C++

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

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