DictionaryForumContacts

   English
Terms containing procedure | all forms | exact matches only
SubjectEnglishThai
comp., MSend of day procedureกระบวนงานเมื่อสิ้นสุดวัน (A retail accounting procedure for a register at the end of the business day)
comp., MSend of shift procedureกระบวนงานเมื่อสิ้นสุดกะ (A retail accounting procedure for the end of a cashier's shift)
comp., MSFunction procedureกระบวนงานของฟังก์ชัน (A procedure that returns a value and that can be used in an expression. You declare a function with the Function statement and end it with the End Function statement)
comp., MSoperator procedureกระบวนงานของตัวดำเนินการ (A series of Visual Basic statements that define the behavior of a standard operator (such as *, <> or And) on a class or structure you have defined. This is also called operator overloading)
comp., MSprivate procedureกระบวนงานส่วนตัว (A Sub or Function procedure that has been declared as private by using the Private keyword in a Declare statement. Private procedures are available for use only by other procedures within the same module)
comp., MSprocedure-level variableตัวแปรระดับกระบวนงาน (A variable that is declared within a procedure. Procedure-level variables are always private to the procedure in which they are declared)
comp., MSremote procedure callการเรียกกระบวนการแบบรีโมท (A communication mechanism that allows computers to communicate with one another over a network. An RPC consists of a procedure identifier, parameters passed to the procedure, and a value returned to the caller (client computer) after the procedure has executed on the remote system (server computer))
comp., MSremote procedure callการเรียกกระบวนการระยะไกล (A communication mechanism that allows computers to communicate with one another over a network. An RPC consists of a procedure identifier, parameters passed to the procedure, and a value returned to the caller (client computer) after the procedure has executed on the remote system (server computer))
comp., MSSub procedureกระบวนงานย่อย (A Visual Basic for Applications (VBA) procedure that carries out an operation, but unlike a Function procedure, does not return a value)
comp., MSwindow procedureกระบวนงานของหน้าต่าง (A function, called by the operating system, that controls the appearance and behavior of its associated windows. The procedure receives and processes all messages to these windows)