FMX.Forms.TCommonCustomForm.GetContainerWidth

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetContainerWidth: Single;

C++

float __fastcall GetContainerWidth();

Properties

Type Visibility Source Unit Parent
function protected
FMX.Forms.pas
FMX.Forms.hpp
FMX.Forms TCommonCustomForm

Description

Returns the value of the ClientWidth property.

See Also