TApxDataPacket.Enabled

TApxDataPacket

property Enabled : Boolean

Default: True

Determines whether a packet is allowed to collect data.

An unlimited number TApxDataPacket components may be utilized. They can be turned on or off using the Enabled property. Changing the Enabled property is allowed from within event handlers. This lets you chain packets together. See the Qrymdm example program for an example of how to do this.