Control.Top := 100 doesn't work

Issue #68 resolved
Dmitriy Bolshakov created an issue

In this code

with TPanel.Create(Self) do begin Parent := Self; Top := 100; Left := 100; end;

Control.Top := 100 doesn't work

Comments (2)

  1. Log in to comment