RegisterOptimization1DX2
Name
RegisterOptimization1DX2
When to use it
Anytime before starting the optimization process or after the OnFinish event.
Prototype
HRESULT RegisterOptimization1DX2(
UserName: BSTR,
SerialNumber: BSTR
);
Explanations
This method register the Automation Component within you system.
DO NOT USE the properties UserName and SerialNumber before calling this method.
This method was introduced because of some problems generated by the translated Delphi 6 and Delphi 7 type library.
Registration will remove the messages that appear when the program is loaded.
When registering the component on a new computer you will have to send us the UserName and the ComputerID.
We will send you the SerialNumber.
See Also:
RegisterOptimization1DX, ComputerID, UserName, SerialNumber, IsRegistered, Expired.
Links