Componentes.Terceros.jvcl/internal/3.36/1/examples/JvInterpreterDemos/JvInterpreterTest/samples/sample - test1.pas
2009-03-04 12:31:55 +00:00

9 lines
147 B
ObjectPascal

var
B : TPoint;
P: TPoint;
begin
P := Point(0, 0);
B := Application.FindComponent('Test').ClientToScreen(P);
Result := B.X;
end;