FMX.StdCtrls.TSplitter.UpdateSize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure UpdateSize(X, Y: Single);

C++

void __fastcall UpdateSize(float X, float Y);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.StdCtrls.pas
FMX.StdCtrls.hpp
FMX.StdCtrls TSplitter

Description

Internally called whenever you change the position of this splitter.

UpdateSize internally calls CalcSplitSize to update the dimensions of the controls that are being split by this splitter.

See Also