Data.DBXCommonTable.TDBXNoOpRow.NotImplemented

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure NotImplemented; override;

C++

virtual void __fastcall NotImplemented();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Data.DBXCommonTable.pas
Data.DBXCommonTable.hpp
Data.DBXCommonTable TDBXNoOpRow

Description

A method that is not implemented.

As the name says, NotImplemented is a method that is not implemented. If you call NotImplemented, nothing happens.