Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

method problem

0 views
Skip to first unread message

Dana Iancu

unread,
Nov 24, 1995, 3:00:00 AM11/24/95
to
Hi!
I'm new to Delphi and to this group.
I have a problem in declaration a method for a TForm class.
The method is:

function GetNextID(WhichTable: TTable, FieldName:
String):Integer;

The error message at compling time is:
Error in module ... Incorect Method declaration in
class T..Form.
--
Bye!

Dana

Ian Harder

unread,
Nov 26, 1995, 3:00:00 AM11/26/95
to

Follow TTable with a semicolon rather than a comma. If the error still exists,
post the method declaration in context (ie. show it within the class declaration).

Ian.

======================================================================
| Harder Software Ltd. | Telephone 604.730.4827 |
| #101 - 2148 West 2nd Avenue | Facsimile 604.730.4826 |
| Vancouver, BC, V6K 1H6, Canada | Internet ia...@hardersoft.com |
======================================================================

0 new messages