| CREATE INDEX ( tabela ; arrayCampos ; tipoIndice ; nomeIndice {; *} ) 
 | 
| DELETE INDEX ( pontCampo {; *} ) DELETE INDEX ( nomeIndice {; *} )
 
 | 
| EXPORT STRUCTURE ( estruturaXML {; formato} ) 
 | 
| Field ( numTabela ; numCampo ) -> pontCampo Field ( pontCampo ) -> Resultado
 
 | 
| Field name ( pontCampo ) : Text Field name ( numTabela ; numCampo ) : Text
 
 | 
| Get external data path ( ocampo ) : Text 
 | 
| GET FIELD ENTRY PROPERTIES ( pontCampo ; lista ; obrigatório ; nãoEditável ; nãoModificável ) GET FIELD ENTRY PROPERTIES ( numTabela ; numCampo ; lista ; obrigatório ; nãoEditável ; nãoModificável )
 
 | 
| GET FIELD PROPERTIES ( pontCampo ; tipoCampo {; tamanhoCampo {; indexado {; unico {; invisivel}}}} ) GET FIELD PROPERTIES ( numTabela ; numCampo ; tipoCampo {; tamanhoCampo {; indexado {; unico {; invisivel}}}} )
 
 | 
| GET MISSING TABLE NAMES ( tabelasNaoEncontradas ) 
 | 
| GET RELATION PROPERTIES ( pontCampo ; tabelaUm ; numCampo {; discriminante {; autoUm {; autoMuitos}}} ) GET RELATION PROPERTIES ( numTabela ; numCampo ; tabelaUm ; campoUmo {; discriminante {; autoUm {; autoMuitos}}} )
 
 | 
| GET TABLE PROPERTIES ( ponTabela ; invisible {; trigSalvarNovo {; trigSalvarRegistro {; trigApagarRegistro {; trigCarregarRegistro}}}} ) GET TABLE PROPERTIES ( NumTabela ; invisible {; trigSalvarNovo {; trigSalvarRegistro {; trigApagarRegistro {; trigCarregarRegistro}}}} )
 
 | 
| MODIFY SELECTION ( {tabela}{; modoSelecao}{; entraLista}{; *}{; *} ) 
 | 
| Is field number valid ( pontTabela ; numCampo ) : Boolean Is field number valid ( numTabela ; numCampo ) : Boolean
 
 | 
| Is table number valid ( numTabela ) : Boolean 
 | 
| Last field number ( numTabela ) : Integer Last field number ( pontTabela )
 
 | 
| Last table number  : Integer 
 | 
| PAUSE INDEXES ( aTabela ) 
 | 
| REGENERATE MISSING TABLE ( nomeTabela ) 
 | 
| RELOAD EXTERNAL DATA ( oCampo ) 
 | 
| RESUME INDEXES ( aTable {; *} ) 
 | 
| SET EXTERNAL DATA PATH ( aCampo ; rota ) 
 | 
| SET INDEX ( campo ; indice {; *} ) 
 | 
| Table ( numTabela ) : Pointer Table ( ptrTabela ) : Integer
 Table ( ptrCampo ) : Integer
 
 | 
| Table name ( numTabela ) : Text Table name ( pontTabela ) : Text
 
 |