FMX.StdCtrls.TSplitter.CalcSplitSize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure CalcSplitSize(X, Y: Single; var NewSize, Split: Single);

C++

void __fastcall CalcSplitSize(float X, float Y, float &NewSize, float &Split);

Properties

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

Description

Internally used for calculating the new dimensions of the controls that are being split.

See Also