Data.Cloud.CloudAPI.TCloudTableRow.DeleteColumn

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
Data.Cloud.CloudAPI.pas
Data.Cloud.CloudAPI.hpp
Unit: Data.Cloud.CloudAPI
Parent: TCloudTableRow

Delphi

function DeleteColumn(const Name: string): Boolean;

C++

bool __fastcall DeleteColumn(const System::UnicodeString Name);

Description

Deletes the column with the given name, if found.

The Name parameter represents the name of the column to delete.

DeleteColumn returns True if the column exists, False otherwise.

See Also