FMX.Types.TControlSize

From RAD Studio API Documentation
Jump to: navigation, search

System.Classes.TPersistentSystem.TObjectTControlSize

Delphi

TControlSize = class(TPersistent)

C++

class PASCALIMPLEMENTATION TControlSize : public System::Classes::TPersistent

Properties

Type Visibility Source Unit Parent
class public
FMX.Types.pas
FMX.Types.hpp
FMX.Types FMX.Types

Description

Used for storing the size of FireMonkey components.

A TControlSize object is used for managing the size of the component. This can be specified through the Size, Width, Height, and PlatformDefault attributes.

See Also