function FormControl_setReadOnly(FormControl $_this)
{
    $_this->getControlPrototype()->readonly = TRUE;
}