Unit 'workbench' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#amunits]

tDrawerData

New Structure to describe the view of the content of a drawer

Declaration

Source position: workbench.pas line 121

type tDrawerData = record

  dd_NewWindow: tNewWindow;

  

Args to open window

  dd_CurrentX: LongInt;

  

Current x coordinate of origin

  dd_CurrentY: LongInt;

  

Current y coordinate of origin

  dd_Flags: LongInt;

  

Flags for drawer (DDFLAGS_*)

  dd_ViewModes: Word;

  

View mode for drawer (DDVM_*)

end;

See also

DRAWERDATAFILESIZE

  

the amount of DrawerData actually written to disk


Documentation generated on: 2021-07-30