Data.Bind.Components.TOutputConverters
Delphi
TOutputConverters = class(TBindArtifacts)
C++
class PASCALIMPLEMENTATION TOutputConverters : public TBindArtifacts
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| class | public | Data.Bind.Components.pas Data.Bind.Components.hpp |
Data.Bind.Components | Data.Bind.Components |
Description
TOwnedCollection is a collection that maintains information about its owner.
Data.Bind.Components.TOutputConverters 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.
By maintaining information about its owner, TOwnedCollection lets the Object Inspector display the collection's name at design time.
Note: This information is not part of TOwnedCollection's public interface.
New collection classes should descend from TOwnedCollection. By descending from TOwnedCollection, the derived class does not need to add anything in order to appear in the Object Inspector. Classes that descend directly from TCollection must implement a GetOwner method if they are to appear in the Object Inspector.