|
<< Click to Display Table of Contents >> AddVoltage Method
|
![]() ![]()
|
![]()
procedure AddVoltage(const VoltStr: WideString; Color: OLE_COLOR);
![]()
Adds a Voltage Level to the Data Library
![]()
Input Parameter |
Usage |
VoltStr |
Voltage (e.g '11 kV') |
Colour |
Voltage Level's Colour (e.g. clRed) |
![]()
None
![]()
PowaMasterObj.AddVoltage('11 kV',ClRed);
![]()
![]()