a minor fix

This commit is contained in:
Antonio Linares
2001-09-06 13:10:07 +00:00
parent 40e290443a
commit 672c59ff05

View File

@@ -17,8 +17,6 @@ return nil
CLASS TForm3 FROM TForm
DATA aTest PROPERTY
METHOD FormClick( oSender, nX, nY ) INLINE MsgInfo( "Click" )
ENDCLASS