Vcl.ActnPopup.TPopupActionBar.DefineProperties

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DefineProperties(Filer: TFiler); override;

C++

virtual void __fastcall DefineProperties(System::Classes::TFiler* Filer);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.ActnPopup.pas
Vcl.ActnPopup.hpp
Vcl.ActnPopup TPopupActionBar

Description

DefineProperties is used internally by the TPopupActionBar class.

DefineProperties is used to specify the method used for storing the popup action bar on a stream such as a form file.

DefineProperties is called automatically as part of the component streaming system; do not call it directly.

See Also