Var myLabel: TLabel; begin myLabel := TLabel.Create(Self); myLabel.Parent := Self; myLabel.Caption := 'Test'; end;