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

TMeasureItemStruct

Declaration

Source position: lcltype.pp line 1150

type TMeasureItemStruct = record

  CtlType: UINT;

  

  CtlID: UINT;

  

  itemID: UINT;

  

  itemWidth: UINT;

  

  itemHeight: UINT;

  

  itemData: ULONG_PTR;

  

end;