Fabrício, faz assim oh:

procedure WMWindowPosChanging(var MSG: TWMWindowPosChanging); message 
WM_WINDOWPOSCHANGING;

procedure TForm1.WMWindowPosChanging(var MSG: TWMWindowPosChanging);
begin
   with MSG.WindowPos^ do
     begin
        x := Left;
        y := Top;
       MSG.Result := 0;
     end;
end;

Pronto, esta bendita tela nunca mais vai se mover, kkkkkk. Divirta-se!

Sim, Direitos Autorais do Livro "365 dicas de Delphi".

Blz.

============================================

Fabrício - PrismaFive escreveu:
>
> Bom dia senhores!
>
> Qual seria a propriedade para bloquear a ação mover da janela ou form ?
> Estou fazendo uma procura no Google mas não estou encontrando.
>
> Grato.
>
> Fabrício Veiga
>
>  

Responder a