Data.Cloud.CloudAPI.TCloudTableRow.DeleteColumn
[–] 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.