Help Center
Help CenterAfxNova

CWindow.Constructorconstructor

WindowsconstructorCWindow.incundocumented
Not documented upstream. This symbol was found in the AfxNova source but appears in no documentation topic. The signature below is read directly from the code; any description comes from the source comments.

Syntax

PRIVATE CONSTRUCTOR CWindow (BYREF wszClassName AS CONST WSTRING = "")

Parameters

NameDescription
or- DIM pWindow AS CWindow = "MyClassName" (change it as needed) Remarks: Using the fist syntax, CWindow will use "FBWindowClass:" and a number as the window class. Using the second syntax, CWindows will use the passed string as the class name.

Reference

  • Include file CWindow.inc
  • Defined in AfxNova/CWindow.inc:562