Files
m.heisig 2d11c43579 Added minimal functionality for Robot teaching
- Added minimal HMI
- Added possibility to open and close all chamber doors
2026-01-17 09:20:39 +01:00

9 lines
334 B
TypeScript

declare namespace TcHmi.Functions.Beckhoff {
/**
* Returns true if a symbol is bound to the target control property.
* @param control
* @param propertyName
*/
function CheckBinding(control: TcHmi.Controls.System.baseTcHmiControl, propertyName: string): boolean;
}
//# sourceMappingURL=CheckBinding.d.ts.map