FireDAC.Phys.IBWrapper.TIBVariables.operator []

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source: FireDAC.Phys.IBWrapper.hpp
Unit: FireDAC.Phys.IBWrapper
Parent: TIBVariables

C++

TIBVariable* operator[](unsigned AIndex) { return this->Items[AIndex]; }

Description

Embarcadero Technologies does not currently have any additional information.