DictionaryForumContacts

Terms containing Procedure | all forms | exact matches only
SubjectEnglishHebrew
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., MSevent procedureפרוצדורת אירוע (A procedure that is automatically executed in response to an event initiated by the user or program code, or that is triggered by the system)
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רמת פרוצדורה (Describes any variables or constants declared within a procedure. Variables and constants declared within a procedure are available to that procedure only)
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., MSstored procedureפרוצדורה מאוחסנת (A precompiled collection of SQL statements and optional control-of-flow statements stored under a name and processed as a unit. They are stored in an SQL database and can be run with one call from an application)
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)

Get short URL