[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: odbcconn.pas line 28
type TODBCCursor = class(TSQLCursor) |
protected |
FSTMTHandle: SQLHSTMT; |
FQuery: string; |
FParamBuf: array of pointer; |
public |
property STMTHandle: SQLHSTMT; [r] |
constructor Create(); |
destructor Destroy; override; |
end; |
| |
| |
| |
TObject |