You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Removes one or more time blocks from the control.

Syntax

rv = Send_Message(Ctrl, "OLE.RemoveTimeBlocks", TimeBlocks)

Parameters

ParameterDescription
TimeBlocksList of time blocks to be added.

Remarks

The RemoveTimeBlocks method removes time blocks from the control. To use this method, simply pass an @FM delimited array of time block keys.

Example

// Remove a time block
Send_Message(@Window:".OLE_SCHEDULE", "OLE.RemoveTimeBlocks", TimeBlockKey)

See Also

AddTimeBlocks

  • No labels