System.UITypes.TAnchors

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type TAnchors = set of TAnchorKind;

C++

typedef System::Set<TAnchorKind, _DELPHI_SET_ENUMERATOR(TAnchorKind::akLeft), _DELPHI_SET_ENUMERATOR(TAnchorKind::akBottom)> TAnchors;

Properties

Type Visibility Source Unit Parent
set
typedef
public
System.UITypes.pas
System.UITypes.hpp
System.UITypes System.UITypes

Description

Embarcadero Technologies does not currently have any additional information.

See Also