Data.Cloud.CloudAPI.TCloudTableRow.DeleteColumn

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function DeleteColumn(const Name: string): Boolean;

C++

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

Properties

Type Visibility Source Unit Parent
function public
Data.Cloud.CloudAPI.pas
Data.Cloud.CloudAPI.hpp
Data.Cloud.CloudAPI TCloudTableRow

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