FireDAC.Comp.Client.TFDMetaInfoQuery.Wildcard

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: published
Source:
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
Unit: FireDAC.Comp.Client
Parent: TFDMetaInfoQuery

Delphi

property Wildcard: String read GetWildcard write SetWildcard;

C++

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

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