Data.DBXCommonTable.TDBXNoOpRow.NotImplemented

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: protected
Source:
Data.DBXCommonTable.pas
Data.DBXCommonTable.hpp
Unit: Data.DBXCommonTable
Parent: TDBXNoOpRow

Delphi

procedure NotImplemented; override;

C++

virtual void __fastcall NotImplemented();

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.