Source position: asl.pas line 44
type TFileRequester = record |
fr_Reserved0: array [0..3] of Byte; |
fr_File: PChar; |
fr_Drawer: PChar; |
fr_Reserved1: array [0..9] of Byte; |
fr_LeftEdge: SmallInt; |
fr_TopEdge: SmallInt; |
fr_Width: SmallInt; |
fr_Height: SmallInt; |
fr_Reserved2: array [0..1] of Byte; |
fr_NumArgs: LongInt; |
fr_ArgList: PWBArgList; |
fr_UserData: Pointer; |
fr_Reserved3: array [0..7] of Byte; |
fr_Pattern: PChar; |
end; |