REST.Backend.ServiceComponents.TCustomBackendAuth.TUserDetailsCollection
Delphi
TUserDetailsCollection = class(TOwnedCollection)
C++
class PASCALIMPLEMENTATION TUserDetailsCollection : public System::Classes::TOwnedCollection
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | REST.Backend.ServiceComponents.pas REST.Backend.ServiceComponents.hpp |
REST.Backend.ServiceComponents | TCustomBackendAuth |
Description
TOwnedCollection is a collection that maintains information about its owner.
REST.Backend.ServiceComponents.TCustomBackendAuth.TUserDetailsCollection inherits from System.Classes.TOwnedCollection. All content below this line refers to System.Classes.TOwnedCollection.
TOwnedCollection is a collection that maintains information about its owner.
Each TOwnedCollection holds a group of TCollectionItem descendants.
TOwnedCollection extends TCollection by maintaining information about its owner. Knowledge of the TOwnedCollection owner lets the Object Inspector display the collection's name at design time. Notice that:
- Classes that descend directly from TCollection must implement the GetOwner method if they are to appear in the Object Inspector. Typical descendants see in the TCollection class.
- By descending from TOwnedCollection, the derived class does not need to add anything in order to appear in the Object Inspector, because TOwnedCollection implements the GetOwner method.
The following table lists some typical descendants of TOwnedCollection with the corresponding TCollectionItem descendant and the component that uses each pair:
TOwnedCollection descendant | TCollectionItem descendant | Component |
---|---|---|