Inc(PtrVar); //increment by one element Inc(PtrVar, 4); //incremement by four elements Dec(PtrVar); //decrement by one element