Creates an instance of an update object. Syntax: constructor Create(AOwner: TComponent); Description: Call Create to instantiate an update object at run time. You do not need to call Create for update objects placed in a data module or form at design time. Delphi automatically handles these objects. |