[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: sdo.pas line 1461
type TValueSetting = class |
protected |
procedure SetValue(); |
public |
constructor Create(); |
destructor Destroy; override; |
function getProperty; |
function isSet; |
function isNull; |
function getIndex; |
function getBooleanValue; |
function getByteValue; |
function getCharacterValue; |
function getCurrencyValue; |
function getBytesValue; |
function getStringValue; |
function getShortValue; |
function getIntegerValue; |
function getLongValue; |
function getFloatValue; |
function getDoubleValue; |
function getDateValue; |
function getDataObjectValue; |
end; |
| |
TObject |