FMX.Grid.Style.TStyledGrid.InvalidateContentSize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure InvalidateContentSize;

C++

HIDESBASE void __fastcall InvalidateContentSize(void);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.Grid.Style.pas
FMX.Grid.Style.hpp
FMX.Grid.Style TStyledGrid

Description

Resets the size of the current content.

FMX.Grid.Style.TStyledGrid.InvalidateContentSize inherits from FMX.ScrollBox.Style.TStyledCustomScrollBox.InvalidateContentSize. All content below this line refers to FMX.ScrollBox.Style.TStyledCustomScrollBox.InvalidateContentSize.

Resets the size of the current content.

InvalidateContentSize forces to recalculate the content size when a text time component processES any change event.

See Also