Description

Percent free of the entity storage. DATATYPE: Integer.

Property Type

  • Read-write property

Syntax

Public Property PctFree() As Variant

Example

Dim MyEntity As Entity
Dim iPctFree As Integer

iPctFree = MyEntity.PctFree
  • No labels