[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Performs action when ParentBiDiMode has been changed.
Source position: menus.pp line 400
protected procedure TMenu.ParentBidiModeChanged; |
AOwner: TComponent |
); |
AOwner |
|
Owner of the menu instance with the BiDiMode value applied to the menu. |
Performs actions needed when the value in ParentBiDiMode has been changed. When Parent BiDiMode is set to True, ParentBidiModeChanged ensures the BiDiMode from the TCustomForm instance in AOwner is used in the menu.
ParentBidiModeChanged is called from the Create constructor, and when a new value is assigned to the ParentBiDiMode property.
Version 4.0 | Generated 2025-05-03 | Home |