[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Gets the stream signature used for icon data.
Source position: graphics.pp line 1623
protected class function TCustomIcon.GetStreamSignature: Cardinal; virtual; |
Cardinal value with the stream signature for the class.
GetStreamSignature is a Cardinal class function used to get the signature which identifies the image content when stored in a stream. GetStreamSignature is used in the implementation of the ReadData method which reads the values for the class instance during LCL component streaming.
GetStreamSignature is defined as a virtual method, and is overridden in TIcon to use the value required for the icon image format.
|
Implements an icon image type; small images typically associated with applications, controls, etc. |
Version 4.0 | Generated 2025-05-03 | Home |