Tag for GetIconTagList(), Label text to be assigned to the icon (PChar).
Source position: icon.pas line 204
const ICONGETA_Label = ICONA_Dummy + 52; |
The label text to be printed below the icon when it is put to use lateron. This parameter can be useful to figure out the type of the icon to be retrieved by the identification hook. For example, Workbench may label unreadable disk icons as "DF0:????". The identification hook could key on this and supply an appropriate icon for the disk. This tag defaults to NULL.