Objects, properties, methods, and events
An object is a combination of code treated as a unit, such as a control, form, or application. Each object is defined by a class, and the
FactoryTalk Batch
library provides two object classes, BatchControl.BatchServer
and BatchRemote.RemoteSupport
.- A property is a named attribute of an object. Properties define object characteristics such as size, color, and screen location, or they can define the state of an object, such as enabled or disabled.
- A method is a procedure that acts upon an object.
- An event is an action recognized by an object, such as clicking the mouse or pressing a key, for which written code responds. Events can occur as the result of a user action or program code, or can be triggered by the control. There are no events in this particular interface.
Provide Feedback