ToolsAPI.WelcomePage.INTAWelcomePageBackgroundService280.GetRelativeControlRect

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetRelativeControlRect(AControl: TControl): TRect;

C++

virtual System::Types::TRect __fastcall GetRelativeControlRect(Vcl::Controls::TControl* AControl) = 0 ;

Properties

Type Visibility Source Unit Parent
function public
ToolsAPI.WelcomePage.pas
ToolsAPI.WelcomePage.hpp
ToolsAPI.WelcomePage INTAWelcomePageBackgroundService280

Description

Returns the position of the specified AControl parameter relative to the BackgroundControl of the Welcome Page.

See Also