LibreOffice 7.3 abi
Statements that do not belong to any of the other categories are described here.
Transfers the control of the program to a subroutine, a function, or a procedure of a Dynamic Link Library (DLL). The keyword, type and number of parameters is dependent on the routine that is being called.
Kirjeldab ja määrab DLL-failis alamprotseduuri, mille soovid LibreOffice Basicus käivitada.
Vabastab lause Declare laaditud DLL-id. Kui kutsutakse mõni DLL-i funktsioon, siis laaditakse vabastatud DLL automaatselt uuesti. Vaata ka Declare
Kirjeldab alamprotseduuri, mida saab kasutada avaldisena tagastustüübi määramiseks.
Hindab avaldisest ja sellele järgnevast väärtusest koosnevate argumentide loendit. Funktsioon Switch tagastab väärtuse, mis seostatakse selle funktsiooni edastatava avaldisega.
Sets an object as the default object. Unless another object name is declared, all properties and methods refer to the default object until the End With statement is reached.