TTMSFNCCustomToolBar.AddFontNamePicker Method
Creates and adds a TTMSFNCToolBarFontNamePicker to the toolbar.
API unit family: TMSFNCToolBar
Declaring type: TTMSFNCCustomToolBar
Syntax
function AddFontNamePicker(AIndex: Integer = -1): TTMSFNCToolBarFontNamePicker; virtual;
Parameters
| Name | Description |
|---|---|
AIndex |
Zero-based insertion index, or -1 to append. |
Returns
The newly created font name picker.