Vcl.OleCtrls.TOleControl.ServiceQuery

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ServiceQuery: TServiceQuery read FServiceQuery write FServiceQuery;

C++

__property TServiceQuery ServiceQuery = {read=FServiceQuery, write=FServiceQuery};

Properties

Type Visibility Source Unit Parent
event public
Vcl.OleCtrls.pas
Vcl.OleCtrls.hpp
Vcl.OleCtrls TOleControl

Description

Specifies the TServiceQuery associated with this ActiveX control.

Use TServiceQuery to set or get the TServiceQuery used by this ActiveX control. The value of ServiceQuery is used by the QueryService method. Whenever QueryService is called, it forwards the call to the associated TServiceQuery.

See Also