Datasnap.Win.SConnect.IDataBlock Methods
InheritedProtected
| AddRef | public | Increments the reference count for this interface. |
| Clear | public | Removes all data from Memory except for the reserved bytes. |
| GetBytesReserved | public | Returns the value of the BytesReserved property. |
| GetMemory | public | Returns the value of the Memory property. |
| GetSignature | public | Returns the value of the Signature property. |
| GetSize | public | Returns the value of the Size property. |
| GetStream | public | Returns the value of the Stream property. |
| IgnoreStream | public | Informs the data block when its stream is invalidated. |
| InitData | public | Adds data to the data block. |
| QueryInterface | public | Returns a reference to a specified interface if the object supports that interface. |
| Read | public | Reads a specified number of bytes into a buffer. |
| Release | public | Decrements the reference count for this interface. |
| SetSignature | public | Sets the value of the Signature property. |
| SetSize | public | Sets the value of the Size property. |
| Supports | public | Indicates whether a given interface supports a specific (another) interface. |
| Write | public | Writes a specified number of bytes from a buffer. |