C++

Showing a splash screen at startup

Author: Embarcadero USA Question and Answer Database FAQ533C.txt Showing a splash screen at startup Category :VCL Platform :All Product :C++Builder 1.x Question: Where is the best place to open a splash screen on program start up? Answer: The best place to open a splash screen is in the project source file after initializing the Application object and before running the…
Read more
Delphi

How to dynamically create a TPageControl

Author: Embarcadero USA Technical Information Database TI1321D.txt - How to dynamically create a TPageControl Category :VCL Platform :All-32Bit Product :All32Bit, Description: This document demonstrates how to dynamically add tab sheets (TTabSheet objects) to…
Delphi

Validating input in TEdit components

Author: Embarcadero USA Technical Information Database TI1171D.txt Validating input in TEdit components Category :VCL Platform :All Product :Delphi All Description: Q: How can I validate input in my TEdit components? A: Assuming you're using regular TEdit…
Delphi

Loading Bitmaps and Cursors from RES Files

Author: Embarcadero USA Technical Information Database TI1081D.txt Loading Bitmaps and Cursors from RES Files Category :VCL Platform :All Product :Delphi All Description: Loading Bitmaps and Cursors from RES files Bitmaps and cursors can be stored in a resource (RES) files and linked into your application's EXE file. RES files can be created with…
Read more