On Tue, 13 Jun 2000, Alex Kouznetsov wrote:

> If so, then can anyone point me to an example or any information on how to
> create and embed frames at run-time. All I could find in Delphi help was
> that frame has to be _dropped_ onto the form.

I just did a quick frame test earlier this moring:

procedure Form1Button1Click(Sender: TObject);
var
  f: TFrame2;
begin
  f := TFrame2.Create(Self);
  f.Parent := TabSheet2;
  f.Align := alClient;
end;

-- 
I am naked, hear me purr.
Now Playing: embodyment - ballad

---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz

Reply via email to