FMX.Forms.TWindowStyles

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type TWindowStyles = set of TWindowStyle;

C++

typedef System::Set<TWindowStyle, _DELPHI_SET_ENUMERATOR(TWindowStyle::GPUSurface), _DELPHI_SET_ENUMERATOR(TWindowStyle::GPUSurface)> TWindowStyles;

Properties

Type Visibility Source Unit Parent
set
typedef
public
FMX.Forms.pas
FMX.Forms.hpp
FMX.Forms FMX.Forms

Description

Represents a set of TWindowStyle enumeration items.

See Also