DK11 for Delphi | GisInternals.GisLockGreaterThanEqual | Enums | Fields | Methods | Types
Check if value of lock is greater than or equal to specified value.
// Delphi function GisLockGreaterThanEqual( const _lock : TGIS_Lock; const _value : TGIS_Lock ) : Boolean; inline;
// C++ Builder extern DELPHI_PACKAGE bool GisLockGreaterThanEqual( TGIS_Lock* const _lock, TGIS_Lock* const _value );
Type | Description |
---|---|
Boolean | True if _lock is greater than or equal to _value. |