SetWindowRect Delphi to C++

  

I need to convert the following Delphi code to C++ (Firemonkey, XE10)

Platform.SetWindowRect(Self, RectF(ALeft, ATop, ALeft + AWidth, ATop + AHeight));

Thanks in advance.

Comments are closed.