Board index » delphi » how to call a Sender: TObject procedure in a OnUpdateRecord procedure?
V. Shypoorchian
![]() Delphi Developer |
Sat, 01 Dec 2001 03:00:00 GMT
|
V. Shypoorchian
![]() Delphi Developer |
Sat, 01 Dec 2001 03:00:00 GMT
|
Howard Moo
![]() Delphi Developer |
Sat, 01 Dec 2001 03:00:00 GMT
|
Howard Moo
![]() Delphi Developer |
Sat, 01 Dec 2001 03:00:00 GMT
|
1. Type TNotifyEvent = procedure(Sender : TObject) Of Object
2. Procedure EditExit(Sender : TObject);
3. How to call a function like void __fastcall TForm1::Button1Click(TObject *Sender)
4. Calling a procedure within a procedure
5. HELP - calling a Procedure from with a Procedure??
6. Calling a stored procedure in another stored procedure in SQL Server 7.0
7. Using Sender as a procedure variable