[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'LCLType' (#lcl)

tagWNDCLASSEXA

Declaration

Source position: lcltype.pp line 2564

type tagWNDCLASSEXA = record

  cbSize: UINT;

  

  style: UINT;

  

  lpfnWndProc: TFNWndProc;

  

  cbClsExtra: Integer;

  

  cbWndExtra: Integer;

  

  hInstance: HINST;

  

  _hIcon: HICON;

  

  hCursor: HCURSOR;

  

  hbrBackground: HBRUSH;

  

  lpszMenuName: PAnsiChar;

  

  lpszClassName: PAnsiChar;

  

  hIconSm: HICON;

  

end;


Version 3.2 Generated 2024-02-25 Home