FireDAC.Stan.Option.TFDMapRules.Items

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

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

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
FireDAC.Stan.Option.pas
FireDAC.Stan.Option.hpp
FireDAC.Stan.Option TFDMapRules


Beschreibung

Gibt ein TFDMapRule-Objekt anhand seines Index zurück.

Mit der indizierten Items-Eigenschaft ermitteln Sie ein TFDMapRule-Objekt anhand seines Index. 

Siehe auch