|
Posted by Joey p12386 on May 28, 2005
In Reply to: create a TEdit code posted by Elie IMAD on May 25, 2005 Hiya, try this: var
myEdit: TEdit;
begin
myEdit := TEdit.Create;
myEdit.Visible := True; { i think there created in-visible }
{ after here just play with it as normal }
end;
Hope it helps, Joey
Related Articles and Replies
|
|