This function deletes the selected post code.
object.Delete
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISPostCode interface |
Delete the selected post code.
Dim aPostCode
Dim aMessage
set aPostCode = Profile.LookupPostCode("", "Anmore", "CAN", "BC")
if aPostCode is nothing then
exit sub
end if
aMessage = "The post code " & aPostCode.PostalCode & " was deleted "
aPostCode.Delete
Profile.MsgBox (aMessage)
In Profile Client v8 on User Interface Post Code can be found and deleted in
.