9 lines
334 B
TypeScript
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
|