FMX.StdCtrls.TSplitter.DoCanResize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function DoCanResize(var NewSize: Single): Boolean;

C++

bool __fastcall DoCanResize(float &NewSize);

Properties

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

Description

Internally used to know whether the controls that are about to be resized can actually be resized.

See Also