dxGetFormIcon(THandle,Integer,Integer) Method
Returns a handle to the icon of the specified form.
Declaration
function dxGetFormIcon(AHandle: THandle; ASizeX: Integer; ASizeY: Integer): HICON;
Parameters
| Name | Type | Description |
|---|---|---|
| AHandle | THandle | The handle to the target application window. |
| ASizeX | Integer | The required icon width, in pixels. If you pass |
| ASizeY | Integer | The required icon height, in pixels. If you pass |
Returns
| Type | Description |
|---|---|
| HICON | The handle to the icon of the target form whose handle is passed as the |
See Also