Vcl.Controls.TSizeConstraints.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

C++

/* TPersistent.Destroy */ inline __fastcall virtual ~TSizeConstraints() { }

Properties

Type Visibility Source Unit Parent
destructor public Vcl.Controls.hpp Vcl.Controls TSizeConstraints

Description

Frees the memory associated with the TSizeConstraints object.

Do not delete instances of TSizeConstraints. TSizeConstraints objects are freed by the control’s that use them to implement their Constraints property

See Also