Свойство | Тип | Описание | |
---|---|---|---|
$lazarusClass | string | The lazarus class as string |
Метод | Описание | |
---|---|---|
getFontColor ( ) : String | Get the font color | |
getFontFamily ( ) : String | Get the font family | |
getFontSize ( ) : float | Get the font size | |
getText ( ) : mixed | Get the Label text | |
setFontColor ( string $color ) : self | Set the font Color | |
setFontFamily ( string $family ) : self | Set the font Family | |
setFontSize ( float $size ) : self | Set the font size for label | |
setText ( string $value ) : self | Set the Label text |
public getFontFamily ( ) : String | ||
Результат | String |
public setFontColor ( string $color ) : self | ||
$color | string | Color '#123456' |
Результат | self |
public setFontFamily ( string $family ) : self | ||
$family | string | Family name (ex: Arial) |
Результат | self |
public setFontSize ( float $size ) : self | ||
$size | float | |
Результат | self |
protected string $lazarusClass | ||
Результат | string |