تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
blockly > حظر > disposeInternal
طريقة Block.disposeinternal()
يتم التخلص من هذه المجموعة بدون تنفيذ الإجراءات المطلوبة في القطعة العلوية. مثلاً: لا يؤدي إلى تنشيط الأحداث أو فصل القالب وما إلى ذلك
Signature:
protected disposeInternal(): void;
المرتجعات:
فراغ
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2024-08-21 (حسب التوقيت العالمي المتفَّق عليه)
[[["يسهُل فهم المحتوى.","easyToUnderstand","thumb-up"],["ساعَدني المحتوى في حلّ مشكلتي.","solvedMyProblem","thumb-up"],["غير ذلك","otherUp","thumb-up"]],[["لا يحتوي على المعلومات التي أحتاج إليها.","missingTheInformationINeed","thumb-down"],["الخطوات معقدة للغاية / كثيرة جدًا.","tooComplicatedTooManySteps","thumb-down"],["المحتوى قديم.","outOfDate","thumb-down"],["ثمة مشكلة في الترجمة.","translationIssue","thumb-down"],["مشكلة في العيّنات / التعليمات البرمجية","samplesCodeIssue","thumb-down"],["غير ذلك","otherDown","thumb-down"]],["تاريخ التعديل الأخير: 2024-08-21 (حسب التوقيت العالمي المتفَّق عليه)"],[[["`disposeInternal()` is a protected method of the `Block` class in Blockly."],["It disposes of the block without triggering events or unplugging it from the workspace, unlike a standard disposal."],["The method has a void return type and takes no arguments."]]],["The `disposeInternal()` method, part of the `Block` class, allows for the disposal of a block. It's a protected method that performs a minimal disposal, avoiding actions typically handled by the top-level block. Specifically, it omits event firing and unplugging the block. It does not return any value. This is used for internal block management.\n"]]