TPersistent changed into HBPersistent

This commit is contained in:
Antonio Linares
2001-09-05 10:24:24 +00:00
parent 8b6174643a
commit 05d966aa49
2 changed files with 0 additions and 4 deletions

View File

@@ -104,8 +104,6 @@ METHOD New() CLASS TForm
DEFAULT ::lRegistered TO .f.
Super:New()
if ! ::lRegistered
WinRegisterClass( "HB_TFORM" )
::lRegistered = .t.

View File

@@ -66,8 +66,6 @@ ENDCLASS
METHOD New( oForm ) CLASS TMenu
Super:New()
::Items = {}
if oForm != nil