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