Difference between revisions of "Translations:FP Laboratory 11/22/en"

From Marek Běhálek Wiki
Jump to navigation Jump to search
(Importing a new version from external source)
 
(Importing a new version from external source)
 
Line 1: Line 1:
* Cerate a function <code>deleteFrom</code>, it will delete an element from the existing container from a GUI. The functions parameters will be:  
+
* Create a function <code>deleteFrom</code>, it will delete an element from the existing container from a GUI. The functions parameters will be:  
** first parameter will be the GUI, where we are inserting the new element;
+
** first parameter will be the GUI, where we are deleting the element;
** second parameter is the name of the component, that will be rwmoved, you can safely assume, that it will always exist;
+
** second parameter is the name of the component, that will be removed, you can safely assume, that it will always exist;

Latest revision as of 11:32, 19 November 2024

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (FP Laboratory 11)
* Create a function <code>deleteFrom</code>, it will delete an element from the existing container from a GUI. The functions parameters will be: 
** first parameter will be the GUI, where we are deleting the element;
** second parameter is the name of the component, that will be removed, you can safely assume, that it will always exist;
Translation* Create a function <code>deleteFrom</code>, it will delete an element from the existing container from a GUI. The functions parameters will be: 
** first parameter will be the GUI, where we are deleting the element;
** second parameter is the name of the component, that will be removed, you can safely assume, that it will always exist;
  • Create a function deleteFrom, it will delete an element from the existing container from a GUI. The functions parameters will be:
    • first parameter will be the GUI, where we are deleting the element;
    • second parameter is the name of the component, that will be removed, you can safely assume, that it will always exist;