Adds a new device in the library.
Syntax: |
---|
DlxLibraryFolder.AddDevice(name) |
Parameters
Parameter | Description |
---|---|
name | The device name. |
Return Value
Returns a DlxLibraryDevice object corresponding to the record. Call the IsValid() method to determine if the record was created correctly.
Example
Copy code | |
---|---|
|