|
Navigate to: Methods | Constructors | Events | Properties | ProDatasets | Temp-Tables
Options | Name | Purpose | |
---|---|---|---|
+ | FieldDataType (handle, character, character) |
Verifies the data type of a buffer field |
|
+ | HasField (handle, character) |
Verifies that the passed in buffer handle has a field with the
given name |
|
+ | IsAvailable (handle) |
Verifies the a record is available in that Buffer |
|
+ | IsAvailable (ISupportsAvailable) |
Verifies the a record is available in that TableModel |
|
+ | IsDatabaseBuffer (handle) |
Verifies that the passed in buffer handle is a buffer for a database
table (not a temp-table buffer) |
|
+ | IsDatasetBuffer (handle) |
Verifies that the passed in buffer handle belongs to a ProDataset
member buffer |
|
+ | IsNotAvailable (handle) |
Verifies that a record is not available in that Buffer |
|
+ | IsNotAvailable (ISupportsAvailable) |
Verifies the a record is not available in that TableModel |
|
+ | IsTempTableBuffer (handle) |
Verifies that the passed in buffer handle belongs to a temp-table |
Options | Name | Purpose | |
---|---|---|---|
- | BufferAssert () |
Disallow instance creation. |
Top
PUBLIC FieldDataType (handle, character, character)
|
|||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC HasField (handle, character)
|
|||||||||||||||||||||||||
PUBLIC IsAvailable (handle)
|
|||||||||||||||||||||||||
PUBLIC IsAvailable (ISupportsAvailable)
|
|||||||||||||||||||||||||
PUBLIC IsDatabaseBuffer (handle)
|
|||||||||||||||||||||||||
PUBLIC IsDatasetBuffer (handle)
|
|||||||||||||||||||||||||
PUBLIC IsNotAvailable (handle)
|
|||||||||||||||||||||||||
PUBLIC IsNotAvailable (ISupportsAvailable)
|
|||||||||||||||||||||||||
PUBLIC IsTempTableBuffer (handle)
|
PRIVATE BufferAssert ()
|
---|