FMX.ScrollBox.TScrollContent.GetIgnoreControlPosition

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetIgnoreControlPosition: Boolean;

C++

bool __fastcall GetIgnoreControlPosition();

Properties

Type Visibility Source Unit Parent
function protected
FMX.ScrollBox.pas
FMX.ScrollBox.hpp
FMX.ScrollBox TScrollContent

Description

Returns the absolute coordinates for the native control TScrollBox.

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

See Also