FMX.Controls.Presentation.IIgnoreControlPosition.GetIgnoreControlPosition

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetIgnoreControlPosition: Boolean;

C++

virtual bool __fastcall GetIgnoreControlPosition() = 0 ;

Properties

Type Visibility Source Unit Parent
function public
FMX.Controls.Presentation.pas
FMX.Controls.Presentation.hpp
FMX.Controls.Presentation IIgnoreControlPosition

Description

This method should be called to get the absolute coordinates for native controls.

GetIgnoreControlPosition is used in the computation of the native control absolute position in those cases where the control already considers the offset of content (TListBox, TScrollBox, etc).

See Also