Afficher : Delphi
C++
Préférences d'affichage
WebAdapt.TCustomAdapter.GetVariable
De XE2 API Documentation
Delphi
function GetVariable(I: Integer): TComponent;
C++
System::Classes::TComponent* __fastcall GetVariable(int I);
Propriétés
| Type | Visibilité | Source | Unité | Parent |
|---|---|---|---|---|
| function | protected | WebAdapt.pas WebAdapt.hpp |
WebAdapt | TCustomAdapter |
Description
Renvoie une action ou un champ.
GetVariableCount et GetVariable sont utilisées pour effectuer des itérations sur les actions et les champs d'un adaptateur. Le paramètre I est un indice à base zéro devant être inférieur au résultat de GetVariableCount. GetVariable appelle ImplGetVariable.