FMX.ASE.Lexer.TAseLexer.Token, API:Data.DBXCommon.TDBXValue.GetBytes
De RAD Studio API Documentation
(Différence entre les pages)
(Page créée avec « {{#lst:API:FMX.ASE.Lexer.TAseLexer.Token|api}} ==Description== {{#lsth:API:FMX.ASE.Lexer.TAseLexer.Token|Description}} ») |
|||
| Ligne 1 : | Ligne 1 : | ||
| − | + | <section begin="api" /> | |
| + | <!--Start API Info--><ul id='childlinks'><li class='first'>'''[[Data.DBXCommon.TDBXValue|Aller au parent : TDBXValue]]'''</li> | ||
| + | </ul> | ||
| + | <vclInfo name="GetBytes" parent="TDBXValue" ns="Data.DBXCommon" type="function" delphi="True" cpp="True"/> | ||
| + | <div id="codesig"> | ||
| + | <div class="delphi sig"> | ||
| + | <span class="lang">Delphi</span> | ||
| + | <div class="thesig"><source lang="delphi"> | ||
| + | function GetBytes(Offset: Int64; const Buffer: TArray<Byte>; BufferOffset, Length: Int64): Int64; overload; virtual; | ||
| + | </source></div> | ||
| + | </div> | ||
| + | <div class="cpp sig"> | ||
| + | <span class="lang">C++</span> | ||
| + | <div class="thesig"><source lang="cpp"> | ||
| + | virtual __int64 __fastcall GetBytes(__int64 Offset, const System::DynamicArray<System::Byte> Buffer, __int64 BufferOffset, __int64 Length)/* overload */; | ||
| + | </source></div> | ||
| + | </div> | ||
| + | </div> | ||
| + | ====Propriétés==== | ||
| + | <table id="vclinfo"> | ||
| + | <tr class='vclinfot'> | ||
| + | <th>Type</th> | ||
| + | <th>Visibilité </th> | ||
| + | <th>Source</th> | ||
| + | <th>Unité </th> | ||
| + | <th>Parent</th> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td class="vclinfol">function</td> | ||
| + | <td>public</td> | ||
| + | <td><lang s='delphi'>Data.DBXCommon.pas</lang><lang s='cpp'>Data.DBXCommon.hpp</lang></td> | ||
| + | <td>[[Data.DBXCommon|Data.DBXCommon]]</td> | ||
| + | <td>[[Data.DBXCommon.TDBXValue|TDBXValue]]</td> | ||
| + | </tr> | ||
| + | </table> | ||
| + | <section end="api" /> | ||
==Description== | ==Description== | ||
| − | {{#lsth: | + | {{#lsth:MediaWiki:NoContent|Description}} |
Version actuelle en date du 3 juin 2012 à 03:28
Delphi
function GetBytes(Offset: Int64; const Buffer: TArray<Byte>; BufferOffset, Length: Int64): Int64; overload; virtual;
C++
virtual __int64 __fastcall GetBytes(__int64 Offset, const System::DynamicArray<System::Byte> Buffer, __int64 BufferOffset, __int64 Length)/* overload */;
[modifier] Propriétés
| Type | Visibilité | Source | Unité | Parent |
|---|---|---|---|---|
| function | public | Data.DBXCommon.pas Data.DBXCommon.hpp |
Data.DBXCommon | TDBXValue |
[modifier] Description
Embarcadero Technologies ne possède pas d'informations supplémentaires pour le moment. Veuillez nous aider à documenter cette rubrique en utilisant la page Discussion !