James5950
2008-03-04 16:11:48 UTC
Dear Sir,
Below is the delphi code, it is a callback function.
procedure Switch(double Index: longint); cdecl;
begin
case Index of
0 : PostMessage(MainForm.Handle, PM, AM, Index);
1 : MainForm.Switch(Index);
end;
end;
Because, I am not good in Delphi pascal. How to access this function on
BCB2007 or create a function for BCB2007 manipulation?
Thanks for any comments,
James
Below is the delphi code, it is a callback function.
procedure Switch(double Index: longint); cdecl;
begin
case Index of
0 : PostMessage(MainForm.Handle, PM, AM, Index);
1 : MainForm.Switch(Index);
end;
end;
Because, I am not good in Delphi pascal. How to access this function on
BCB2007 or create a function for BCB2007 manipulation?
Thanks for any comments,
James