![]() | ![]() Products ![]() ![]() ![]() ![]() |
Home » Technical Support » ElevateDB Technical Support » Product Manuals » ElevateDB Version 2 Manual for RAD Studio XE7 (C++ Win32) » Component Reference » TEDBBlobStream » Seek Method |
virtual int __fastcall Seek(int Offset, System::Word Origin) virtual __int64 __fastcall Seek(const __int64 Offset, System::Classes::TSeekOrigin Origin)
Origin | Description |
soFromBeginning | Offset is from the beginning of the BLOB or CLOB column. Seek moves to the position Offset. Offset must be >= 0. |
soFromCurrent | Offset is from the current position in the BLOB or CLOB column. Seek moves to Position + Offset. |
soFromEnd | Offset is from the end of the BLOB or CLOB column. Offset must be <= 0 to indicate a number of bytes before the end of the BLOB or CLOB. |
This web page was last updated on Monday, May 26, 2025 at 11:42 AM | Privacy Policy![]() © 2025 Elevate Software, Inc. All Rights Reserved Questions or comments ? ![]() |