Subject | Re: [IBO] Common Typecast |
---|---|
Author | Salvatore Besso |
Post date | 2012-12-09T20:23:05Z |
Jack, Jason,
procedure MyPproc(Query: TIBOquery; etc.); overload;
procedure MyPproc(Cursor: TIB_cursor; etc.); overload;
Regards
Salvatore
> Need to write a single procedure which I can call withwhat about two overloaded methods? More elegant than anything else:
> two (perhaps more, later) different ibo types.
> What you could do is write an interface that you would
> put in it everything you need these components to do
procedure MyPproc(Query: TIBOquery; etc.); overload;
procedure MyPproc(Cursor: TIB_cursor; etc.); overload;
Regards
Salvatore