FireDAC.Comp.Client.TFDMetaInfoQuery.Wildcard

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Wildcard: String read GetWildcard write SetWildcard;

C++

__property System::UnicodeString Wildcard = {read=GetWildcard, write=SetWildcard};

Properties

Type Visibility Source Unit Parent
property published
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
FireDAC.Comp.Client TFDMetaInfoQuery

Description

Gets / Sets objects filter by their name.

The Wildcard property value is the LIKE mask, which will be applied to the object names.

See Also