Lenguaje 4DComandosStructure AccessVersión: SiguienteStructure AccessCREATE INDEX ( tabla ; arrayCampos ; tipoIndice ; nombreIndice {; *} )DELETE INDEX ( Ptrcamp {; *} )DELETE INDEX ( nomIndex {; *} )EXPORT STRUCTURE ( estructuraXML {; format} )Field ( numTabla ; numCamp ) -> Resultado Field ( ptrCamp ) -> numCampoField name ( campPtr ) : TextField name ( numTabla ; numCamp ) : TextGet external data path ( elCampo ) : TextGET FIELD ENTRY PROPERTIES ( ptrCamp ; lista ; obligatorio ; noEditable ; noModificable )GET FIELD ENTRY PROPERTIES ( numTabla ; numCamp ; lista ; obligatorio ; noEditable ; noModificable )GET FIELD PROPERTIES ( campPtr ; campTipo {; campLong {; indexado {; unico {; invisible}}}} )GET FIELD PROPERTIES ( tablaNum ; numCamp ; campTipo {; campLong {; indexado {; unico {; invisible}}}} )GET MISSING TABLE NAMES ( tabfalt )GET RELATION PROPERTIES ( ptrCamp ; tablaUno ; campUno {; discriminante {; autoUno {; autoMuchos}}} )GET RELATION PROPERTIES ( numTabla ; numCamp ; tablaUno ; campUno {; discriminante {; autoUno {; autoMuchos}}} )GET TABLE PROPERTIES ( PtrTabla ; invisible {; trigGuardarNuevo {; trigGuardaReg {; trigBorrarReg {; trigCargReg}}}} )GET TABLE PROPERTIES ( numTabla ; invisible {; trigGuardarNuevo {; trigGuardaReg {; trigBorrarReg {; trigCargReg}}}} )IMPORT STRUCTURE ( estructuraXML )Is field number valid ( ptrTabla ; numCamp ) : BooleanIs field number valid ( numTabla ; numCamp ) : BooleanIs table number valid ( numTabla ) : BooleanLast field number ( numTabla ) : IntegerLast field number ( ptrTabla ) : IntegerLast table number : IntegerPAUSE INDEXES ( laTabla )REGENERATE MISSING TABLE ( nomTabla )RELOAD EXTERNAL DATA ( elCampo )RESUME INDEXES ( tabla {; *} )SET EXTERNAL DATA PATH ( aCampo ; ruta )SET INDEX ( unCampo ; index {; *} )Table ( numTabla ) : PointerTable ( ptrTabla ) : IntegerTable ( ptrCampo ) : IntegerTable name ( numTabla ) : TextTable name ( ptrTabla ) : Text