Name
Parent
Visibility
Description
| |
Construit une opération d'assignation |
Source code
| |
class function MakeOperation ( const Destination : ISepiWritableValue ; const Source : ISepiReadableValue ; AutoConvert : Boolean = True ) : ISepiExecutable |
Parameters
| |
| Parameter |
Description |
| Destination : ISepiWritableValue |
Destination |
| Source : ISepiReadableValue |
Source |
| AutoConvert : BOOLEAN |
Si True, l'opérande source est automatiquement converti |
|
Return
| |
| Types |
Description |
| ISepiExecutable |
Expression exécutable représentant l'opération |
|
|