TResourceFile : Method overview By inheritance
TResourceFile
| Member | Visibility | Description |
|---|---|---|
| Count | default | Number of resources in the file |
| Delete | default | Delete a resource from the file |
| Done | default | Destroy the instance and remove it from memory. |
| Flush | default | Writes the resources to the stream. |
| Get | default | Return a resource by key name. |
| Init | default | Instantiate a new instance. |
| KeyAt | default | Return the key of the item at a certain position. |
| Put | default | Set a resource by key name. |
| SwitchTo | default | Write resources to a new stream. |
TObject
| Member | Visibility | Description |
|---|---|---|
| Done | default | Destroy an object. |
| Free | default | Destroy an object and release all memory. |
| Init | default | Construct (initialize) a new object |
| Is_Object | default | Check whether a pointer points to an object. |