Vcl.ActnList.TCustomAction.FMask

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

FMask: TObject;

C++

System::TObject* FMask;

Properties

Type Visibility Source Unit Parent
field protected
Vcl.ActnList.pas
Vcl.ActnList.hpp
Vcl.ActnList TCustomAction

Description

Specifies a mask.

FMask is a protected field that specifies a mask object. The property that uses the FMask field is used for design-time support in .NET.

See Also