Menus.TMenuItem.IsLine
From RAD Studio VCL Reference
Contents |
Delphi Information
From Menus.pas
function IsLine(): Boolean;
Unit: Menus
Type: method
Visibility: public
Member Of: TMenuItem
C++ Information
From Menus.hpp
bool __fastcall IsLine(void);
Unit: Menus
Type: method
Visibility: public
Member Of: TMenuItem
Description
Indicates whether the menu item represents a separator bar.
Call IsLine to determine whether the menu item is a separator bar. IsLine checks the Caption of the menu item and returns true if the value of Caption is '-'. Menu items with this Caption appear as separator bars.