packed record TVstWindow
Description | Hierarchy | Fields | Methods | Properties |
Unit
Declaration
type TVstWindow = packed record
Description
Overview
Fields
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; |
Description
Fields
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 |
Generated by PasDoc 0.10.0 on 2007-11-13 13:04:19