|
JWSCL Documentation
|
constructor Create(AOwner: TComponent; const ApplicationName: String);
|
Parameters |
Description |
|
AOwner: TComponent |
Set the owner of this class. If the owner is freed this class instance will also be freed; otherwise the creator have to free it. |
|
const ApplicationName: String |
Name of this application. Must not be empty |
Create creates a new class instance. You should set the owner to the Eurekalog component you want to use so this class is automatically freed. This class does not anything of the Eurekalog component.
|
Exceptions |
Description |
|
This exception will be raised if parameter ApplicationName is empty. |
|
Copyright (c) 2010. All rights reserved.
This help was created by Doc-O-Matic sponsored by toolsfactory software inc. |
|
What do you think about this topic? Send feedback!
|