|
JWSCL Documentation
|
TJwInheritTypeList = class(TList);
TJwInheritTypeList is a class that administers a list of SI_INHERIT_TYPE structures. The structure is used to provide information how access control entries can be inherited to its children.
Simply use the property InheritTypeList to add or remove inheritance information.
InheritTypeList.Add(GUID_NULL, [afContainerInheritAce, afObjectInheritAce], 'This object, inherited objects and containers');
|
|
Name |
Description |
![]() |
This is Destroy, a member of class TJwInheritTypeList. |
|
Name |
Description |
|
The following tables list the members exposed by TJwInheritTypeList. | |
|
The methods of the TJwInheritTypeList class are listed here. | |
|
The properties of the TJwInheritTypeList class are listed here. |
|
|
Name |
Description |
|
Add adds a new entry to the list. | |
|
Removes an item from the list. | |
|
This is First, a member of class TJwInheritTypeList. | |
|
This is IndexOf, a member of class TJwInheritTypeList. | |
|
Insert inserts a new entry to the list. | |
|
This is Last, a member of class TJwInheritTypeList. |
|
|
Name |
Description |
|
Items[Index sets or gets a SI_INHERIT_TYPE. Do not free it! | |
![]() |
ItemsArray returns an array of SI_INHERIT_TYPE entries. It is used for winapi calls. The Array is created every read call to it and the previous list ist destroyed. If the TJwInheritTypeList instance is destroyed the array is also destroyed. |
|
Copyright (c) 2010. All rights reserved.
This help was created by Doc-O-Matic sponsored by toolsfactory software inc. |
|
What do you think about this topic? Send feedback!
|