[Overview][Constants][Types][Classes][Procedures and functions][Variables] | Reference for unit 'Objects' (#rtl) |
Return a resource by key name.
Source position: objects.pp line 506
function TResourceFile.Get( |
Key: String |
):PObject; |
Get returns a pointer to a instance of a resource identified by Key. If Key cannot be found in the list of resources, then Nil is returned.
Errors returned may be those by TStream.Get
No notes exist for this page yet.