Show: Delphi C++
Display Preferences

AdaptReq.IActionFieldValuesOfAdapter.LocateActionFieldValuesOfAdapter

From XE2 API Documentation
Jump to: navigation, search

Delphi

function LocateActionFieldValuesOfAdapter(AAdapter: TComponent): Boolean;

C++

virtual bool __fastcall LocateActionFieldValuesOfAdapter(System::Classes::TComponent* AAdapter) = 0 ;

Properties

Type Visibility Source Unit Parent
function public
AdaptReq.pas
AdaptReq.hpp
AdaptReq IActionFieldValuesOfAdapter

Description

Indicates whether the request includes field values for a specified adapter.

LocateActionFieldValuesOfAdapter returns true if the request includes field values for the specified adapter, false if there are no field values for the specified adapter.

AAdapter is the name of the adapter component whose fields you want to access.

If the request contains field information for the specified adapter, LocateActionFieldValuesOfAdapter positions the request on the set of field values for AAdapter before returning true. This means that if you next cast (Delphi) or call QueryInterface on (C++) this interface to obtain an IActionFieldValues interface, you obtain an interface for the fields associated with the specified adapter.

See Also

Personal tools
Previous Versions
Translations