Interface TgoBsonArray._IArray
Unit
Grijjy.Bson
Declaration
type _IArray = interface(TgoBsonValue._IValue)
Description
@exclude
Attributes
- GUID['{968AA4B3-4569-4676-B85D-0DF953DC6D26}']
Hierarchy
Enclosing Class
Overview
Methods
Properties
Description
Methods
|
function GetCount: Integer; |
|
|
procedure AddRange(const AValues: array of TgoBsonValue); overload; |
|
|
procedure AddRange(const AValues: TArray<TgoBsonValue>); overload; |
|
|
procedure Delete(const AIndex: Integer); |
|
|
procedure Clear; |
|
Properties
Generated by P2PasDoc 0.13.0 on 2017-04-25 12:54:26
|