this one may seems a strange question , but I´m very new to Free Pascal.why in some functions like 'Form1.Showmodal;' there is no need of brackets ( Form1.showmodal() ) as it happens in other languages like java and c# ? Thanks