FMX.TabControl.TTabItem.InvalidateSize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function InvalidateSize: Boolean;

C++

bool __fastcall InvalidateSize();

Properties

Type Visibility Source Unit Parent
function protected
FMX.TabControl.pas
FMX.TabControl.hpp
FMX.TabControl TTabItem

Description

Changes the size state from Calculated to Invalid so that the size is re-calculated later.

InvalidateSize returns False if the call is performed at the moment of calculation. That is, when the size state is Calculating.

See Also