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

tagWNDCLASSA

Declaration

Source position: lcltype.pp line 2606

type tagWNDCLASSA = record

  style: UINT;

  

  lpfnWndProc: TFNWndProc;

  

  cbClsExtra: Integer;

  

  cbWndExtra: Integer;

  

  hInstance: HINST;

  

  hIcon: HICON;

  

  hCursor: HCURSOR;

  

  hbrBackground: HBRUSH;

  

  lpszMenuName: PAnsiChar;

  

  lpszClassName: PAnsiChar;

  

end;


Version 3.2 Generated 2024-02-25 Home