Как создать и вызвать модальную форму?
Code:
ModalForm := TModalForm.Create(Self);
try
ModalForm.ShowModal;
finally
ModalForm.Free;
end;
©Drkb::00434