קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
blockly > FieldCheckbox > setCheckCharacter
שיטת FieldCheckbox.setCheckCharacter()
מגדירים את התו שמשמש לסימן הווי.
Signature:
setCheckCharacter(character: string | null): void;
פרמטרים
| פרמטר |
סוג |
תיאור |
| תו |
מחרוזת | null |
התו שמשמש לסימון וי, או null כדי להשתמש בברירת המחדל. |
החזרות:
ריק
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-07-25 (שעון UTC).
[null,null,["עדכון אחרון: 2025-07-25 (שעון UTC)."],[],["The `setCheckCharacter()` method within the `FieldCheckbox` class allows modification of the check mark character. It accepts a `string` or `null` as a parameter, named `character`. Providing a string sets a custom character for the check mark. Passing `null` reverts the check mark to its default character. The method returns no value (void).\n"]]