almDefQuery() Function
- Last UpdatedFeb 21, 2017
- 1 minute read
Performs a query using default properties to update a named Distributed Alarm Display object.
Category
Alarms
Syntax
[Result=]almDefQuery(ObjectName);
Argument
ObjectName
The name of the Distributed Alarm Display object. For example, AlmObj_1.
Remarks
The default query properties are specified while developing the Distributed Alarm Display object in WindowMaker.
Example
almDefQuery("AlmObj_1");
See Also
almQuery(), almSetQueryByName()