Unit 'Workbench' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#os4units]

TDrawerData

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

Declaration

Source position: workbench.pas line 68

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: LongWord;

  

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