ヘルプの目次
オンラインヘルプを検索
このヘルプについて
エンドユーザ向けヘルプ
クライアントヘルプ
Webアクセスヘルプ
スクリーンリーダ
フォーム
同期
用語
コンテナ
管理者向けヘルプ
サーバの管理
インターネットサービス
カスタマイズツール(英語)
OTSWの管理
OTSW Custodian
FirstClass ED(英語)
ServerFile.IsCommunity
ホーム
•
Customization Tools
•
FCAS
•
Language Reference
•
ServerFile.IsCommunity
Purpose
Returns whether the current object on the FirstClass server is a community.
Syntax
ServerFile
.IsCommunity
Example
Dim sf as ServerFile
sf.OpenFile ("MyCommunity", fcRead)
If (sf.IsCommunity) Debug "This is a community"
Copyright(C) 2002-2012 FC Management Co. All Rights Reserved<