| [Overview][Constants][Types][Classes][Procedures and functions][Index] | 
Create a named instance, and insert in a hash list.
Source position: contnrs.pp line 287
| public constructor TFPHashObject.Create( | 
| HashObjectList: TFPHashObjectList; | 
| const s: shortstring | 
| ); | 
| HashObjectList | 
 | Hash list to which the object should be added. | 
| s | 
 | Name for the object | 
Create creates an instance of TFPHashObject, gives it the name S and inserts it in the hash list HashObjectList.
| 
 | Create an instance not owned by any list. | |
| 
 | Change the list owning the object. | |
| 
 | Current name of the object |