FireDAC.Stan.Option.TFDFetchItems

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type TFDFetchItems = set of TFDFetchItem;

C++

typedef System::Set<TFDFetchItem, TFDFetchItem::fiBlobs, TFDFetchItem::fiMeta> TFDFetchItems;

Properties

Type Visibility Source Unit Parent
set
typedef
public
FireDAC.Stan.Option.pas
FireDAC.Stan.Option.hpp
FireDAC.Stan.Option FireDAC.Stan.Option

Description

Represents a set of TFDFetchItem objects.

See Also