Data.DBXCommonIndy.TX500PrincipalIndy.FInstanceOwner
[–] Properties | |
---|---|
Type: field | |
Visibility: protected | |
Source: Data.DBXCommonIndy.pas Data.DBXCommonIndy.hpp
| |
Unit: Data.DBXCommonIndy | |
Parent: TX500PrincipalIndy |
Delphi
FInstanceOwner : Boolean;
C++
bool FInstanceOwner;
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.