부모 :
unit XFileDownload1;
{$WARN SYMBOL_PLATFORM OFF}
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
ActiveX, AxCtrls, XFileDownloadPrj1_TLB, StdVcl, StdCtrls;
type
TXFileDownload = class(TActiveForm, IXFileDownload)
자식:
implementation
uses XFileDownload1;
{$R *.dfm}
procedure TForm3.Button1Click(Sender: TObject);
begin
XFileDownload1.TXFileDownload(?????).Edit1.clear; --> 이부분이 에러남..
어떻게 작성해야하는지..
(Form3.GetOwner as TXFileDownload).Edit1.clear;