[Lazarus] Initializing my App

Felipe Monteiro de Carvalho felipemonteiro.carvalho at gmail.com
Tue Oct 28 22:15:16 CET 2008


On Tue, Oct 28, 2008 at 4:42 PM, Valdas Jankūnas <zmuogs at gmail.com> wrote:
> // when form appears
> procedure TfrMain.FormShow(Sender: TObject);
> const
>   SHOWED_FIRST_TIME: Boolean=False;

Does this work? If this was a variable this surely wouldn't work,
because it's scope would be local to the procedure.

-- 
Felipe Monteiro de Carvalho




More information about the Lazarus mailing list