Data.DBXCommonIndy.TX500PrincipalIndy.FInstanceOwner

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

FInstanceOwner : Boolean;

C++

bool FInstanceOwner;

Properties

Type Visibility Source Unit Parent
field protected
Data.DBXCommonIndy.pas
Data.DBXCommonIndy.hpp
Data.DBXCommonIndy TX500PrincipalIndy

Description

The instance owner flag.

If FInstanceOwner is True, then the instance has ownership of the TIdX509Name instance passed into the constructor. If False, then the instance does not have ownership of the specified instance. FInstanceOwner is used when the instance is destroyed.

See Also