9 lines
363 B
TypeScript
9 lines
363 B
TypeScript
declare namespace TcHmi.Functions.Beckhoff {
|
|
/**
|
|
* Removes a binding between a symbol and a control attribute setter function by name of property.
|
|
* @param control
|
|
* @param propertyName
|
|
*/
|
|
function RemoveBinding(control: TcHmi.Controls.System.baseTcHmiControl, propertyName: string): void;
|
|
}
|
|
//# sourceMappingURL=RemoveBinding.d.ts.map
|