Open main menu

Difference between revisions of "DEV7 Information"

498 bytes added ,  18:08, 7 May 2023
m
added dBase
m (added some more WebBrowser functions)
m (added dBase)
Line 230: Line 230:
* voiceSetAudioParams sets the Audio Parameter.
* voiceSetAudioParams sets the Audio Parameter.
* voiceGetAudioParams gets the Audio Parameter.
* voiceGetAudioParams gets the Audio Parameter.
==dBase Functions==
* dbOpenBase opens the Database.
* dbCloseBase closes the Database.
* dbOpenTable open the Database Table.
* dbCloseTable closes the Database Table.
* dbFirstRecord starts at the first entry in the .dbf File.
* dbNextRecord went to the next entry in the .dbf File.
* dbCountRecord counts how many entrys exists.
* dbSelectKey selects the Key entry.
* dbSeekRecord search for a entry.
* dbSeekNextRecord search for the next entry.
* dbGetField gets Information about the Field.
2,051

edits