TcxSchedulerStorageResources Members
Contains event storage resources and concomitant settings.Constructors
| Name | Description |
|---|---|
| Create(TcxCustomSchedulerStorage) | Creates a new resource container for the specified event persistence manager. |
| Create(TPersistent) | Initializes a new instance of the TcxInterfacedPersistent class with specified settings. Inherited from TcxInterfacedPersistent. |
Properties
| Name | Description |
|---|---|
| AreImagesUsed | Identifies if there is a resource associated with an image. |
| Images | Specifies the source of images displayed by individual resources. |
| Items | Provides access to the resource collection. |
| Owner | Provides access to the control or its object to which the persisted settings belong. Inherited from TcxInterfacedPersistent. |
| ResourceItems | Provides access to the resource collection. |
| Storage | Provides access to the event persistence manager to which the resource container belongs. |
Methods
| Name | Description |
|---|---|
| Assign(TPersistent) | Inherited from TPersistent. |
| AssignTo(TPersistent) | Inherited from TPersistent. |
| Equals(TObject) | Inherited from TObject. |
| GetHashCode | Inherited from TObject. |
| GetNamePath | Inherited from TPersistent. |
| GetOwner | Inherited from TPersistent. |
| GetResourceName(TcxSchedulerStorageResourceItem) | Returns the display name of the specified resource. |
| GetResourceNameByID(Variant) | Returns the display name of a stored resource by its unique identifier. |
| PopulateItemsAsTreeStructure(TList) | |
| QueryInterface(TGUID,Untyped) | Inherited from TInterfacedPersistent. |
| ToString | Inherited from TObject. |
Events
| Name | Description |
|---|---|
| OnGetResourceImageIndex | Fires when the index of an image to draw in a resource header is about to be retrieved. |
| OnGetResourceName | Fires when a resource’s name is about to be retrieved. |
| OnResourceVisibleChanged | Notifies that an event resource‘s visibility state has changed. |
See Also