Vcl.Controls.TScalingFlags

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type TScalingFlags = set of (sfLeft, sfTop, sfWidth, sfHeight, sfFont, sfDesignSize);

C++

typedef System::Set<Vcl_Controls__41, Vcl_Controls__41::sfLeft, Vcl_Controls__41::sfDesignSize> TScalingFlags;

Properties

Type Visibility Source Unit Parent
set
typedef
public
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls Vcl.Controls

Description

TScalingFlags describes the way controls are scaled.

TScalingFlags describes a set of flags used in scaling inherited forms and their controls.


Flag Meaning

sfLeft

Left side of control not yet scaled.

sfTop

Top of control not yet scaled.

sfWidth

Width of control not yet scaled.

sfHeight

Height of control not yet scaled.

sfFont

Font of control not yet scaled.

sfDesignSize

Design-time dimensions of control not yet scaled.


See Also