Data.DBXDelegate.TDBXDelegateParameter.GetFlags

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetFlags: TInt32; override;

C++

virtual int __fastcall GetFlags(void);

Properties

Type Visibility Source Unit Parent
function protected
Data.DBXDelegate.pas
Data.DBXDelegate.hpp
Data.DBXDelegate TDBXDelegateParameter

Description

Get ValueTypeFlags property.

Data.DBXDelegate.TDBXDelegateParameter.GetFlags inherits from Data.DBXCommon.TDBXValueType.GetFlags. All content below this line refers to Data.DBXCommon.TDBXValueType.GetFlags.

Get ValueTypeFlags property.

GetFlags gets the ValueTypeFlags property.

See Also