TAESEncryption.paddingMode comply specification

Hi!

Is TAESEncryption.paddingMode exactly comply with AES/CBC/PKCS5Padding (PKCS#7)?

AES padding is PKCS7, that is if N bytes are missing, value N is added N times to the message

Hi!

Is PKCS7 = PKCS#7 ?