程
程观
Unregistered / Unconfirmed
GUEST, unregistred user!
如题
如:
procedure TForm1.ShockwaveFlash1FSCommand(ASender: TObject
const command,
args: WideString);
begin
if(command='quit') then close;
end;
如:
procedure TForm1.ShockwaveFlash1FSCommand(ASender: TObject
const command,
args: WideString);
begin
if(command='quit') then close;
end;