FireDAC.Stan.Option.TFDMapRules.Items

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property Items[AIndex: Integer]: TFDMapRule read GetItems; default;

C++

__property TFDMapRule* Items[int AIndex] = {read=GetItems/*, default*/};

Propriétés

Type Visibilité  Source Unité  Parent
property public
FireDAC.Stan.Option.pas
FireDAC.Stan.Option.hpp
FireDAC.Stan.Option TFDMapRules


Description

Renvoie un objet TFDMapRule par son index.

Utilisez la propriété indexée Items pour obtenir un objet TFDMapRule par son index. 

Voir aussi