...herausfinden, ob die Form Modal ist?
Autor: David Carboni
procedure TForm1.Button1Click(Sender: TObject);
begin
if (fsModal in FormState) then
ShowMessage('Form is modal.');
end;
printed from
www.swissdelphicenter.ch
developers knowledge base