BorderStyle - we must set this to 'bsSingle' to stop the user trying to maximize, minimize or resize the splash screenFormStyle - set this to 'fsStayOnTop'. This ensures that the splash form stays on top of all other forms.
Position - If you don't want to use the designed position we recommend that you set this to 'poDeskTopCenter'. This will make the form appear in the centre of the users desktop. Since users cannot move or resize the form, this is where it'll stay until we choose to hide it.
All other display properties for the form should remain as default, you don't need to change them.
So we've seen the design of the splash screen lets now take a look at the code behind the form:We have created our own constructor: