LibreOffice 25.2 Help
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.
LibreOffice ཧུང་བརྒྱུད་ནས་ལག་བསྟར་བྱ་བའི་ DLL ཡིག་ཆའི་ནང་གི་ཡན་ལག་འཆར་ཅན་བྱ་རིམ་གསལ་བསྒྲགས་དང་མཚན་འགོད་བྱ།
Declareརྗོད་པ་ནས་ཁུར་སྣོན་བྱས་པའི་ DLLགློད་པ། གལ་ཏེ་བསྐྱར་དུ་གློད་ཟིན་པའི་ DLL ནང་གི་རྟེན་གྲངས་གང་རུང་ཁོལ་སྤྱོད་བྱས་ན་ DLL དེ་རང་འགུལ་གྱིས་བསྐྱར་དུ་ཁུར་སྣོན་བྱེད། འདིར་དཔྱད་གཟིགས་མཛད་རོགས་ Declare
A function is a block of code which runs when it is called. A function is usually called in an expression.
You can pass data, known as parameters or arguments, into a function. You may pass a parameter by value or by reference. When by reference, modifications applied to the parameter in the function will be sent back to the calling code.
A function usually returns data as a result.
རང་འགྱུར་ཚད་རེའུ་འགོད་ལ་ཐང་འགྲོལ་བ། རང་འགྱུར་ཚད་རེའུ་འགོད་ནི་མཚོན་ཚུལ་དང་མཚོན་ཚུལ་རྗེས་ཀྱི་ཐང་ལས་གྲུབ། Switch རྟེན་གྲངས་ཀྱིས་རྟེན་གྲངས་དེ་ཡིས་བརྒྱུད་སྐྱེལ་བྱས་པའི་མཚོན་ཚུལ་དང་འབྲེལ་ཡོད་ཀྱི་ཐང་ཞིག་ཕྱིར་ལོག་བྱས།
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.