代码搜索:DataSource
找到约 10,000 项符合「DataSource」的源代码
代码结果 10,000
www.eeworm.com/read/217476/4870016
pas fccombo.pas
{
//
// Components : TfcCustomCombo
//
// Copyright (c) 2001 by Woll2Woll Software
//
// Changes:
// 3/23/99 - PYW - Need to automatically set datasource when dropping control
//
www.eeworm.com/read/200914/5063803
cpp rec_base.cpp
/*
** CPQDIF_R_DataSource class. Implements a PQDIF record "wrapper" for the
** data source record. You can cast a standard record object to this class.
** --------------------------------------
www.eeworm.com/read/173141/5379250
sql xasimplepositive.sql
xa_datasource 'wombat';
---------------------------------------------
-- a single connection and 1 phase commit
---------------------------------------------
xa_connect ;
xa_start xa_noflags 0;
xa_ge
www.eeworm.com/read/349879/3137739
java attachment.java
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package hjx.sendmail;
import javax.activation.DataSource;
/**
*
* @author hujx
*/
public class
www.eeworm.com/read/323961/3506898
js patternreuse.js
// Define a new component class for dataSource record selection and editing
isc.ClassFactory.defineClass("CompoundEditor", isc.HLayout);
isc.CompoundEditor.addProperties({
// Override initWidge
www.eeworm.com/read/323961/3506991
js customtypes.js
isc.DynamicForm.create({
ID: "boundForm",
width: 300,
dataSource: "customTypes"
});
isc.Button.create({
top: 60,
title: "Validate",
click: "boundForm.validate()"
});
www.eeworm.com/read/323961/3507023
js simplejson.js
isc.DataSource.create({
ID:"countries",
dataFormat:"json",
dataURL:"/isomorphic/system/reference/inlineExamples/dataIntegration/json/countries_small.js",
fields:[
{title:"Name"
www.eeworm.com/read/323961/3507063
js simplefreeze.js
isc.ListGrid.create({
ID: "supplyList",
width:500, height:224,
dataSource: supplyItem,
autoFetchData: true,
fields:[
{name:"itemName", frozen:true, width:150},
{nam
www.eeworm.com/read/323961/3507064
js freezeediting.js
isc.ListGrid.create({
ID: "supplyList",
width:500, height:224,
dataSource: supplyItem,
canEdit:true,
canFreezeFields:true,
fields:[
{name:"itemName", frozen:true, width
www.eeworm.com/read/323961/3507113
js disable.js
isc.ListGrid.create({
ID: "countryList",
width:500, height:300, alternateRecordStyles:true, cellHeight: 30,
dataSource: worldDS,
fields:[
{name:"countryCode", title:"Flag", wid