Show: Delphi C++
Display Preferences

WebAdapt.TCustomAdapter.GetVariable

From XE2 API Documentation
Jump to: navigation, search

Delphi

function GetVariable(I: Integer): TComponent;

C++

System::Classes::TComponent* __fastcall GetVariable(int I);

Properties

Type Visibility Source Unit Parent
function protected
WebAdapt.pas
WebAdapt.hpp
WebAdapt TCustomAdapter

Description

Returns an action or field.

GetVariableCount and GetVariable is used to iterate over actions and fields in an adapter. The I parameter is a zero-based index that must be less than the result of GetVariableCount. GetVariable calls ImplGetVariable.

See Also

Personal tools
Previous Versions
Translations