TQMQTTMessage.MoveBy(Integer) 函数
向前或向后移动指定的位置。如果调整后的位置小于Bof,则设置为Bof,如果大于Eof,则设置为Eof的值。
public function MoveBy(const ADelta: Integer): PQMQTTMessage; inline;
参数
- ADelta
- 类型: Integer
向前或向后移动指定的位置。如果调整后的位置小于Bof,则设置为Bof,如果大于Eof,则设置为Eof的值。
public function MoveBy(const ADelta: Integer): PQMQTTMessage; inline;