TdxPSEngine.RealRegistryPath Property
Returns the current registry path used to store ExpressPrinting System settings.
Declaration
property RealRegistryPath: string read;
Property Value
Type |
---|
string |
Remarks
Use the RealRegistryPath property to obtain the registry path where the ExpressPrinting System stores its settings. This property returns the DesignTimeRegistryPath property value at design time or the RegistryPath property value at runtime.
See Also