[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
GetDefaultSize - returns default size for Icon.
Source position: graphics.pp line 1615
protected class function TCustomIcon.GetDefaultSize: TSize; virtual; |
TSize instance with the default width and height for an icon.
GetDefaultSize is a TSize class function used to get the default size in new instances of the class. The return value uses the SM_CXICON and SM_CYICON values returned from the GetSystemMetrics function in its cx and cy members.
Version 4.0 | Generated 2025-05-03 | Home |