Description | Hierarchy | Fields | Methods | Properties |
type TVstWindow = packed record
Title: array[0..127] of char; |
xPos: SmallInt; |
yPos: SmallInt; |
Width: SmallInt; |
Height: SmallInt; |
Style: LongInt; |
Parent: Pointer; |
userHandle: Pointer; |
winHandle: Pointer; |
Future: array[0..103] of Byte; |
Title: array[0..127] of char; |
xPos: SmallInt; |
title |
yPos: SmallInt; |
position and size |
Width: SmallInt; |
Height: SmallInt; |
Style: LongInt; |
Parent: Pointer; |
0: with title, 1: without title |
userHandle: Pointer; |
parent of this window |
winHandle: Pointer; |
reserved |
Future: array[0..103] of Byte; |
reserved |