Vcl.Themes.TStyleElementEdgeFlags.operator =

From RAD Studio API Documentation
Jump to: navigation, search

C++

TStyleElementEdgeFlags& operator =(TElementEdgeFlags Value) { *this = TStyleElementEdgeFlags::_op_Implicit(Value); return *this; }
TStyleElementEdgeFlags& operator =(unsigned Value) { *this = TStyleElementEdgeFlags::_op_Implicit(Value); return *this; }

Properties

Type Visibility Source Unit Parent
function public Vcl.Themes.hpp Vcl.Themes TStyleElementEdgeFlags

Description

Embarcadero Technologies does not currently have any additional information.