LibreOffice 24.8 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.
ប្រកាស និងកំណត់ទម្រង់ការរងមួយក្នុងឯកសារ DLL មួយដែលអ្នកចង់ប្រតិបត្តិពី LibreOffice Basic ។
លែង DLLs ដែលត្រូវបានផ្ទុកដោយសេចក្តីថ្លែងការណ៍ Declare ។ 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.