Skip to main content

TcxValueType.IsManaged Method

Identifies if values that correspond to the current TcxValueType class descendant are released automatically.

Declaration

class function IsManaged: Boolean; virtual;

Returns

Type Description
Boolean

True if values that correspond to the current TcxValueType class descendant are released automatically; otherwise, False.

Remarks

The IsManaged function always returns False for simple types, such as Integer, Boolean, etc.

See Also