IBX.IBServices.TIBConfigService.ReserveSpace
Delphi
procedure ReserveSpace(Reserved : Boolean; TableName : String = '');
C++
void __fastcall ReserveSpace(bool Reserved, System::UnicodeString TableName = System::UnicodeString());
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
public | IBX.IBServices.pas IBX.IBServices.hpp |
IBX.IBServices | TIBConfigService |
Description
Modifies the reserve space for the database or for a table.
Reserved
specifies whether the reserve space is allocated or removed. If Reserved
is True, the reserve space is allocated, otherwise the reserve space is removed.
If no table name is passed, the method modifies the reserve space of the database. If TableName
is specified, ReserveSpace affects the specified table.