メインコンテンツまでスキップ
バージョン:25.2

setProp

  • keyword — special handler type

  • Examples: +

     setProp status newStatus
    if validStatus(newStatus) then
    set my status to newStatus
    else
    throw "InvalidStatus", "Status can't be set to " & newStatus
    end if
    end setProp
  • Related: getProp